We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04838e2 commit 23ebb55Copy full SHA for 23ebb55
services/database/.env.template
@@ -16,7 +16,7 @@ DUNE_API_KEY=
16
17
##### DBMATE configuration for migrations
18
# Configure the database connection
19
-DATABASE_URL=postgres://username:[email protected]:5432/database_name?sslmode=disable
+DATABASE_URL=postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$DOCKER_HOST_POSTGRES_PORT/$POSTGRES_DB?sslmode=disable
20
21
# Keep this for updating the schema dump after adding a new migration
22
DBMATE_SCHEMA_FILE=./sourcify-database.sql
0 commit comments