mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-06-02 11:45:41 +02:00
6 lines
91 B
Bash
6 lines
91 B
Bash
HOST="0.0.0.0"
|
|
PORT=8080
|
|
DB_FILE="data.db"
|
|
APP_KEY="changeme"
|
|
DEBUG_MODE=false
|
|
GRID_SIZE=15 |