Files
certd/packages/ui/certd-server/.env.pgdev.yaml
2024-08-25 01:55:34 +08:00

21 lines
330 B
YAML

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