41 lines
929 B
YAML
41 lines
929 B
YAML
# Tomcat
|
|
server:
|
|
port: 9001
|
|
# Spring
|
|
spring:
|
|
main:
|
|
allow-circular-references: true
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
application:
|
|
# 应用名称
|
|
name: sikadi-user
|
|
profiles:
|
|
# 环境配置
|
|
active: dev
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
# 服务注册地址
|
|
server-addr: 182.254.222.21:8848
|
|
config:
|
|
# 配置中心地址
|
|
server-addr: 182.254.222.21:8848
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
namespace: Sikadi
|
|
xfxh:
|
|
hostUrl: https://spark-api.xf-yun.com/v2.1/chat
|
|
domain: generalv2
|
|
temperature: 0.5
|
|
maxTokens: 2048
|
|
maxResponseTime: 30
|
|
QPS: 2
|
|
appId: 9f22c545
|
|
apiKey: a8e17cdcbc9addd7f21e81dff71bc177
|
|
apiSecret: N2NjMDU3ZTQwYjBkODI5ZGM3ZTVjYWY3
|