12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
# Copy this file to .env and fill in secrets. Do NOT commit .env
|
|
# Example env file for local deployment
|
|
PORT=8501
|
|
IMAGE_NAME=wm2026_simulator:latest
|
|
# Set a password used by your deployment or reverse proxy
|
|
STREAMLIT_PASSWORD=changeme
|
|
|
|
# Optional: remote deploy settings (used by CI if provided as secrets)
|
|
DEPLOY_HOST=example.com
|
|
DEPLOY_USER=deploy
|
|
DEPLOY_PASSWORD=supersecret
|