8 lines
106 B
YAML
8 lines
106 B
YAML
db:
|
|
host: 127.0.0.1
|
|
port: 5432
|
|
user: postgres
|
|
password: postgres
|
|
database: asyncpg-migate-test
|
|
|