Skip to content

Commit

Permalink
fix: fix pg url
Browse files Browse the repository at this point in the history
  • Loading branch information
GAlexIHU committed Aug 27, 2024
1 parent fffb9ff commit fc94f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sink:
namespaceRefetch: 1s

postgres:
url: postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
url: postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable
autoMigrate: migration # Runs migrations as part of the service startup, valid values are: ent, migration, false

meters:
Expand Down

0 comments on commit fc94f50

Please sign in to comment.