Files
wearwell/.env.example
2026-01-30 14:02:35 +03:30

13 lines
263 B
Plaintext

# Flask
FLASK_ENV=development
FLASK_DEBUG=1
SECRET_KEY=this-should-be-long-and-random
# MariaDB database
DB_USER=wearwell
DB_PASSWORD=password
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=wearwell
DATABASE_URL=mysql+pymysql://wearwell:password@127.0.0.1:3306/wearwell