2025-10-21 16:50:33 +08:00
|
|
|
spring.application.name=demo
|
|
|
|
|
spring.messages.basename=messages
|
|
|
|
|
spring.thymeleaf.cache=false
|
|
|
|
|
spring.profiles.active=dev
|
2025-10-23 10:40:57 +08:00
|
|
|
|
|
|
|
|
# 服务器配置
|
2025-10-23 17:50:12 +08:00
|
|
|
server.address=localhost
|
2025-10-23 10:40:57 +08:00
|
|
|
server.port=8080
|
2025-10-27 10:46:49 +08:00
|
|
|
|
|
|
|
|
# 文件上传配置
|
|
|
|
|
spring.servlet.multipart.max-file-size=10MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=20MB
|
|
|
|
|
spring.servlet.multipart.enabled=true
|
|
|
|
|
|
|
|
|
|
# 应用配置
|
|
|
|
|
app.upload.path=uploads
|
|
|
|
|
app.video.output.path=outputs
|
|
|
|
|
|
|
|
|
|
# JWT配置
|
|
|
|
|
jwt.secret=aigc-demo-secret-key-for-jwt-token-generation-2025
|
|
|
|
|
jwt.expiration=86400000
|
|
|
|
|
|
|
|
|
|
# AI API配置
|
|
|
|
|
ai.api.base-url=http://116.62.4.26:8081
|
|
|
|
|
ai.api.key=ak_5f13ec469e6047d5b8155c3cc91350e2
|