2024-10-05 01:46:25 +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:
|
|
|
|
|
database: './data/db-comm.sqlite'
|
2024-10-11 02:54:42 +08:00
|
|
|
|
2024-11-08 18:11:26 +08:00
|
|
|
|
2024-10-10 17:50:04 +08:00
|
|
|
#
|
2024-11-08 18:11:26 +08:00
|
|
|
#PLUS_SERVER_BASE_URL=http://127.0.0.1:11007
|
2024-10-11 03:13:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
account:
|
|
|
|
|
server:
|
|
|
|
|
baseUrl: 'http://127.0.0.1:1017/subject'
|