chore: pg sql自动转换脚本

This commit is contained in:
xiaojunnuo
2024-10-14 12:33:09 +08:00
parent 2bc0a4bd14
commit 762a2058d3
7 changed files with 99 additions and 15 deletions
+1 -13
View File
@@ -4,23 +4,11 @@
# server:
# baseUrl: 'http://127.0.0.1:11007'
#flyway:
# scriptDir: './db/migration-pg'
#typeorm:
# dataSource:
# default:
# type: postgres
# host: localhost
# port: 5433
# username: postgres
# password: root
# database: postgres
typeorm:
dataSource:
default:
database: './data/db.sqlite'
# database: './data/db.sqlite'
plus:
server:
baseUrls: ['https://api.ai.handsfree.work', 'https://api.ai.docmirror.cn']