mirror of
https://github.com/certd/certd.git
synced 2026-05-17 22:07:34 +08:00
14 lines
210 B
YAML
14 lines
210 B
YAML
flyway:
|
|
scriptDir: './db/migration-pg'
|
|
|
|
typeorm:
|
|
dataSource:
|
|
default:
|
|
type: postgres
|
|
host: localhost
|
|
port: 5433
|
|
username: postgres
|
|
password: root
|
|
database: postgres
|
|
|