mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
feat: 支持postgresql
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
koa:
|
||||
port: 7001
|
||||
|
||||
flyway:
|
||||
scriptDir: './db/migration-pg'
|
||||
|
||||
typeorm:
|
||||
dataSource:
|
||||
default:
|
||||
type: postgres
|
||||
host: localhost
|
||||
port: 5433
|
||||
username: postgres
|
||||
password: root
|
||||
database: postgres
|
||||
Reference in New Issue
Block a user