Files
certd/packages/ui/certd-server/.env.pgdev.yaml

17 lines
229 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