Files
certd/packages/ui/certd-server/.env.pgdev.yaml
T
2024-08-13 20:30:42 +08:00

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