Files
certd/packages/ui/certd-server/.env.dev-mysql.yaml
T

15 lines
215 B
YAML
Raw Normal View History

2024-12-09 17:47:01 +08:00
flyway:
scriptDir: './db/migration-mysql'
typeorm:
dataSource:
default:
type: mysql # mariadb
host: localhost
port: 3309
2024-12-09 17:47:01 +08:00
username: root
password: root
2025-04-13 00:45:01 +08:00
database: certd2
2024-12-09 17:47:01 +08:00