mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
16 lines
239 B
YAML
16 lines
239 B
YAML
flyway:
|
|
scriptDir: './db/migration-mysql'
|
|
|
|
typeorm:
|
|
dataSource:
|
|
default:
|
|
type: mysql # mariadb
|
|
host: localhost
|
|
port: 3309
|
|
logging: true
|
|
username: root
|
|
password: root
|
|
database: certd_comm
|
|
|
|
|