feat(server): redis, config kv integration
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user