mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2026-06-02 11:45:02 +02:00
7 lines
127 B
Bash
7 lines
127 B
Bash
HOST=0.0.0.0
|
|
PORT=8080
|
|
DEBUG_MODE=false
|
|
USE_HACKCLUB_AI=false
|
|
GEMINI_API_KEY=API_TOKEN
|
|
FLASK_SECRET_KEY=example
|
|
DB_FILE=data.db |