Restore config.example.json

This commit is contained in:
Antigravity 2026-04-12 18:17:30 +01:00
parent c514c5fb73
commit dff495ab44
1 changed files with 12 additions and 0 deletions

12
config.example.json Normal file
View File

@ -0,0 +1,12 @@
{
"HOST": "0.0.0.0",
"PORT": 5000,
"SECRET_KEY": "sexchat-very-secret-key-change-me",
"JWT_SECRET": "sexchat-jwt-secret-key-change-me",
"ADMIN_PASSWORD": "admin",
"OLLAMA_URL": "http://localhost:11434",
"VIOLET_MODEL": "sam860/dolphin3-llama3.2:3b",
"DATABASE_URL": "sqlite:///instance/sexchat.db",
"REDIS_URL": "redis://localhost:6379/0",
"AI_FREE_LIMIT": 3
}