Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiblcx committed Aug 6, 2024
1 parent ca80768 commit 7e8bfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ POSTGRES_PASSWORD = randompassword
POSTGRES_HOST = localhost
POSTGRES_PORT = 5432
POSTGRES_DB = mydb
POSTGRES_URL = postgresql://${DATABASE_USERNAME}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}
POSTGRES_URL = postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}

0 comments on commit 7e8bfbc

Please sign in to comment.