mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
15 lines
214 B
YAML
15 lines
214 B
YAML
flyway:
|
|
scriptDir: './db/migration-mysql'
|
|
|
|
typeorm:
|
|
dataSource:
|
|
default:
|
|
type: mysql # mariadb
|
|
host: localhost
|
|
port: 3309
|
|
username: root
|
|
password: root
|
|
database: certd
|
|
|
|
|