Files
osm-import-tools/stack.env.example
T

13 lines
562 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OSM Import Tools environment configuration
# Edit these values before deploying. In Portainer GitOps you can also
# override them in the stack's Environment Variables UI.
# Password for the built-in 'admin' account.
# The container seeds this on every startup, so changing it here
# and redeploying will update the password automatically.
ADMIN_PASSWORD=changeme
# Secret key for Flask session signing.
# Generate a strong random value, e.g.: python -c "import secrets; print(secrets.token_hex(32))"
FLASK_SECRET_KEY=change-this-to-a-long-random-string