deployer/.env
2023-04-18 12:06:56 +02:00

8 lines
201 B
Bash

POSTGRES_HOSTNAME=postgresql
POSTGRES_PORT=5432
POSTGRES_DB=dispatcher
POSTGRES_USER=rust
POSTGRES_PASSWORD=rust
MIGRATIONS_DIR=./migrations
DATABASE_URL=postgres://rust:rust@localhost:5433/dispatcher