mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
30 lines
522 B
YAML
30 lines
522 B
YAML
# key: ./data/ssl/cert.key
|
|
# cert: ./data/ssl/cert.crt
|
|
#plus:
|
|
# server:
|
|
# baseUrl: 'http://127.0.0.1:11007'
|
|
|
|
#flyway:
|
|
# scriptDir: './db/migration-pg'
|
|
|
|
#typeorm:
|
|
# dataSource:
|
|
# default:
|
|
# type: postgres
|
|
# host: localhost
|
|
# port: 5433
|
|
# username: postgres
|
|
# password: root
|
|
# database: postgres
|
|
|
|
typeorm:
|
|
dataSource:
|
|
default:
|
|
database: './data/db-plus-dev.sqlite'
|
|
|
|
# plus server: 'http://127.0.0.1:11007'
|
|
|
|
account:
|
|
server:
|
|
baseUrl: 'http://127.0.0.1:1017/subject'
|