feat(server): redis, config kv integration

This commit is contained in:
RainbowBird
2026-03-28 02:25:44 +08:00
committed by RainbowBird
parent 391fdd542a
commit 889a1e0800
9 changed files with 90 additions and 18 deletions
+1 -2
View File
@@ -1,4 +1,5 @@
DATABASE_URL="postgresql://postgres:example-PAssw0rd-xHjDYR.b7N@db:5432/postgres"
REDIS_URL="redis://localhost:6379"
AUTH_GOOGLE_CLIENT_ID="change-me"
AUTH_GOOGLE_CLIENT_SECRET="change-me"
@@ -14,5 +15,3 @@ BACKEND_LLM_BASE_URL="change-me"
CLIENT_URL="change-me"
FLUX_PER_CENT=1
FLUX_PER_REQUEST=1