You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.0 KiB
YAML

1 month ago
spring:
application:
name: ai-service-hub
datasource:
2 weeks ago
druid:
url: jdbc:postgresql://192.168.10.137:54321/ai-service-hub
username: postgres
password: 123456
driver-class-name: org.postgresql.Driver
servlet:
multipart:
max-file-size: 10MB
max-request-size: 100MB
1 month ago
server:
port: 9901
servlet:
context-path: /ai-service-hub
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
jwt:
secret: "DlHaPUePiN6MyvpMpsMq/t6swzMHqtrRFd2YnofKz4k=" # JWT密钥 使用官方推荐方式生成 Base64.getEncoder().encodeToString(Keys.secretKeyFor(SignatureAlgorithm.HS256).getEncoded());
expiration: 3600000 # 1小时3600000 1天86400000
heygem:
server:
ip: 192.168.10.96
tts:
port: 18180
f2f:
port: 8383
comfyUI:
server:
ip: 192.168.10.113
port: 8188
2 weeks ago
minio:
endpoint: http:192.168.10.137:9002
accessKey: admin
secretKey: 12345678
bucketName: ai-service-hub