Skip to content

Commit 43c8c01

Browse files
committed
Update Prometheus database URL to use the correct hostname
1 parent c32edc8 commit 43c8c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PROMETHEUS_TEMPERATURE=0.3
3636
PROMETHEUS_MAX_OUTPUT_TOKENS=15000
3737

3838
# Database settings
39-
PROMETHEUS_DATABASE_URL=postgresql://postgres:password@localhost:5432/postgres?sslmode=disable
39+
PROMETHEUS_DATABASE_URL=postgresql://postgres:password@postgres:5432/postgres?sslmode=disable
4040

4141
# JWT settings
4242
PROMETHEUS_JWT_SECRET_KEY=your_jwt_secret_key

0 commit comments

Comments
 (0)