mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
16 lines
228 B
YAML
16 lines
228 B
YAML
koa:
|
|
port: 7001
|
|
|
|
flyway:
|
|
scriptDir: './db/migration-pg'
|
|
|
|
typeorm:
|
|
dataSource:
|
|
default:
|
|
type: postgres
|
|
host: localhost
|
|
port: 5433
|
|
username: postgres
|
|
password: root
|
|
database: postgres
|