8 lines
201 B
Bash
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 |