From dff495ab44d62d2b753f8f7bd6e8d409c68c0c35 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sun, 12 Apr 2026 18:17:30 +0100 Subject: [PATCH] Restore config.example.json --- config.example.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.example.json diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..f81632f --- /dev/null +++ b/config.example.json @@ -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 +}