Files
certd/packages/ui/certd-server/.env.development.yaml
T

35 lines
644 B
YAML
Raw Normal View History

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:
# baseUrl: 'http://127.0.0.1:11007'
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
plus:
server:
baseUrls: ['https://api.ai.handsfree.work', 'https://api.ai.docmirror.cn']
2024-09-25 09:49:34 +08:00
#typeorm:
# dataSource:
# default:
# database: './data/db2.sqlite'
#account:
# server:
# baseUrl: 'http://127.0.0.1:1017/subject'
2024-09-24 02:42:08 +08:00
account:
server:
baseUrl: 'https://ai.handsfree.work/subject'