后台管理接口修复 后端BUG修复

This commit is contained in:
super
2026-05-12 21:03:42 +08:00
parent 5c990e651e
commit 0d78d63437
30 changed files with 3444 additions and 394 deletions

View File

@@ -0,0 +1,19 @@
# Common production override for all servers.
# Activate with: SPRING_PROFILES_ACTIVE=server
# Always pass AIIMAGE_INSTANCE_ID and Redis connection parameters from
# the startup command or panel environment variables.
spring:
data:
redis:
username: ${AIIMAGE_REDIS_USERNAME:}
host: ${AIIMAGE_REDIS_HOST}
port: ${AIIMAGE_REDIS_PORT}
password: ${AIIMAGE_REDIS_PASSWORD}
database: ${AIIMAGE_REDIS_DATABASE:0}
timeout: ${AIIMAGE_REDIS_TIMEOUT:5s}
aiimage:
instance-id: ${AIIMAGE_INSTANCE_ID:}
result-file-job:
mq-enabled: ${AIIMAGE_RESULT_FILE_JOB_MQ_ENABLED:true}