mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: pg sql自动转换脚本
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
flyway:
|
||||
scriptDir: './db/migration-pg'
|
||||
|
||||
|
||||
typeorm:
|
||||
dataSource:
|
||||
default:
|
||||
type: postgres
|
||||
host: 192.168.42.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'
|
||||
Reference in New Issue
Block a user