Files

15 lines
214 B
YAML
Raw Permalink Normal View History

2024-12-09 17:47:01 +08:00
flyway:
scriptDir: './db/migration-mysql'
typeorm:
dataSource:
default:
type: mysql # mariadb
host: localhost
2026-03-08 00:48:29 +08:00
port: 3308
2024-12-09 17:47:01 +08:00
username: root
password: root
2025-06-05 23:43:14 +08:00
database: certd
2024-12-09 17:47:01 +08:00