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

21 lines
330 B
YAML
Raw Normal View History

2024-07-17 01:30:00 +08:00
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'
2024-08-24 01:05:06 +08:00
plus:
server:
baseUrl: 'http://127.0.0.1:11007'