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

17 lines
229 B
YAML
Raw Normal View History

2024-07-17 01:30:00 +08:00
koa:
port: 7001
flyway:
scriptDir: './db/migration-pg'
typeorm:
dataSource:
default:
type: postgres
host: localhost
port: 5433
username: postgres
password: root
database: postgres