13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
# Common
|
|
FLASK_SECRET=""
|
|
DISCORD_BOT_TOKEN=""
|
|
ORIGIN="https://example.com"
|
|
GAME_LIMIT=100
|
|
|
|
# Database
|
|
DB_HOST=""
|
|
DB_PORT=3306
|
|
DB_USER=""
|
|
DB_PASSWORD=""
|
|
DB_DBNAME=""
|