2024-10-14 12:33:09 +08:00
|
|
|
flyway:
|
|
|
|
|
scriptDir: './db/migration-pg'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typeorm:
|
|
|
|
|
dataSource:
|
|
|
|
|
default:
|
|
|
|
|
type: postgres
|
2025-07-01 23:24:39 +08:00
|
|
|
host: 192.168.43.245
|
2024-10-14 12:33:09 +08:00
|
|
|
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'
|