Files

21 lines
330 B
YAML
Raw Permalink 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
2024-08-25 01:55:34 +08:00
#plus:
# server:
# baseUrl: 'https://api.ai.handsfree.work'
2024-08-24 01:05:06 +08:00
plus:
server:
2024-08-25 01:55:34 +08:00
baseUrl: 'http://127.0.0.1:11007'