Files
certd/packages/ui/certd-server/.env.dev-pgpl.yaml
xiaojunnuo 5c251ee774 v1.36.0
2025-07-01 23:24:39 +08:00

22 lines
338 B
YAML

flyway:
scriptDir: './db/migration-pg'
typeorm:
dataSource:
default:
type: postgres
host: 192.168.43.245
port: 5432
username: root
password: Baode@1234567
database: certd
#plus:
# server:
# baseUrl: 'https://api.ai.handsfree.work'
plus:
server:
baseUrl: 'http://127.0.0.1:11007'