Files

29 lines
521 B
YAML
Raw Permalink Normal View History

2024-11-07 00:17:35 +08:00
# 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:
2025-08-09 23:41:59 +08:00
database: './data/db-plus-dev.sqlite'
2024-11-07 00:17:35 +08:00
# plus server: 'http://127.0.0.1:11007'
account:
server:
2025-06-16 23:57:11 +08:00
baseUrl: 'http://localhost:1017/subject'