There was an error while loading. Please reload this page.
1 parent c32edc8 commit 43c8c01Copy full SHA for 43c8c01
1 file changed
example.env
@@ -36,7 +36,7 @@ PROMETHEUS_TEMPERATURE=0.3
36
PROMETHEUS_MAX_OUTPUT_TOKENS=15000
37
38
# Database settings
39
-PROMETHEUS_DATABASE_URL=postgresql://postgres:password@localhost:5432/postgres?sslmode=disable
+PROMETHEUS_DATABASE_URL=postgresql://postgres:password@postgres:5432/postgres?sslmode=disable
40
41
# JWT settings
42
PROMETHEUS_JWT_SECRET_KEY=your_jwt_secret_key
0 commit comments