5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
# Server port exposed on host (maps to container port 8080)
|
|
PORT=9780
|
|
|
|
# Secret key for Flask sessions - generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
|
|
SECRET_KEY=change-me-to-a-random-secret |