natureinpots_community/.env.example
2025-05-18 05:21:16 -05:00

17 lines
328 B
Plaintext

# Environment toggles
USE_REMOTE_MYSQL=0
ENABLE_DB_PRELOAD=0
ENABLE_DB_SEEDING=1
SEED_EXTRA_DATA=false
UPLOAD_FOLDER=app/static/uploads
SECRET_KEY=supersecretplantappkey
# MySQL configuration
MYSQL_HOST=db
MYSQL_PORT=3306
MYSQL_DATABASE=plant_db
MYSQL_USER=plant_user
MYSQL_PASSWORD=plant_pass
MYSQL_ROOT_PASSWORD=supersecret