mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
21 lines
322 B
YAML
21 lines
322 B
YAML
# key: ./data/ssl/cert.key
|
|
# cert: ./data/ssl/cert.crt
|
|
#plus:
|
|
# server:
|
|
# baseUrl: 'http://127.0.0.1:11007'
|
|
|
|
|
|
typeorm:
|
|
dataSource:
|
|
default:
|
|
database: './data/db-new.sqlite'
|
|
|
|
|
|
#plus:
|
|
# server:
|
|
# baseUrls: ['http://127.0.0.1:11007']
|
|
#
|
|
#account:
|
|
# server:
|
|
# baseUrl: 'http://127.0.0.1:1017/subject'
|