Skip to content

Commit

Permalink
cmon
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jul 2, 2024
1 parent f87a72e commit c36a7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases.star
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
USE_REMOTE_POSTGRES = True

POSTGRES_HOSTNAME = "127.0.0.1" # replace when USE_REMOTE_POSTGRES set True
POSTGRES_HOSTNAME = "127.0.0.1" # change this when USE_REMOTE_POSTGRES set True
POSTGRES_IMAGE = "postgres:16.2"
POSTGRES_SERVICE_NAME = "postgres"
POSTGRES_PORT = 5432
Expand Down

0 comments on commit c36a7d5

Please sign in to comment.