mirror of
https://github.com/csd4ni3l/loginween.git
synced 2025-11-05 05:58:10 +01:00
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
HOST="0.0.0.0"
|
|
PORT=8080
|
|
DB_FILE="data.db"
|
|
APP_KEY="changeme"
|
|
DEBUG_MODE=false
|
|
GRID_SIZE=15 |