2024-09-04 16:15:27 +08:00
|
|
|
# key: ./data/ssl/cert.key
|
|
|
|
|
# cert: ./data/ssl/cert.crt
|
2024-09-23 14:04:33 +08:00
|
|
|
#plus:
|
|
|
|
|
# server:
|
2024-09-25 02:31:45 +08:00
|
|
|
# baseUrl: 'http://127.0.0.1:11007'
|
2024-09-30 00:22:50 +08:00
|
|
|
|
2024-09-30 18:00:51 +08:00
|
|
|
#flyway:
|
|
|
|
|
# scriptDir: './db/migration-pg'
|
|
|
|
|
|
|
|
|
|
#typeorm:
|
|
|
|
|
# dataSource:
|
|
|
|
|
# default:
|
|
|
|
|
# type: postgres
|
|
|
|
|
# host: localhost
|
|
|
|
|
# port: 5433
|
|
|
|
|
# username: postgres
|
|
|
|
|
# password: root
|
|
|
|
|
# database: postgres
|
|
|
|
|
|
2024-10-11 01:22:38 +08:00
|
|
|
typeorm:
|
|
|
|
|
dataSource:
|
|
|
|
|
default:
|
|
|
|
|
database: './data/db4.sqlite'
|
2024-09-25 02:31:45 +08:00
|
|
|
plus:
|
|
|
|
|
server:
|
2024-10-03 22:03:49 +08:00
|
|
|
baseUrls: ['https://api.ai.handsfree.work', 'https://api.ai.docmirror.cn']
|
2024-09-25 02:31:45 +08:00
|
|
|
|
2024-09-24 02:42:08 +08:00
|
|
|
account:
|
|
|
|
|
server:
|
2024-10-03 22:03:49 +08:00
|
|
|
baseUrl: 'https://ai.handsfree.work/subject'
|
|
|
|
|
|
2024-10-03 01:29:12 +08:00
|
|
|
|
2024-10-03 22:03:49 +08:00
|
|
|
#plus:
|
|
|
|
|
# server:
|
|
|
|
|
# baseUrls: ['http://127.0.0.1:11007']
|
|
|
|
|
#
|
2024-10-03 01:29:12 +08:00
|
|
|
#account:
|
|
|
|
|
# server:
|
2024-10-03 22:03:49 +08:00
|
|
|
# baseUrl: 'http://127.0.0.1:1017/subject'
|