feat generate 迁移
This commit is contained in:
@@ -19,4 +19,4 @@ LABEL maintainer="zchengrong@yeah.net" \
|
|||||||
name="trinity_aida"
|
name="trinity_aida"
|
||||||
|
|
||||||
|
|
||||||
CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "SR_RABBITMQ_QUEUES=SuperResolution" ,"-e", "GI_RABBITMQ_QUEUES=GenerateImage"]
|
CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "SR_RABBITMQ_QUEUES=SuperResolution-dev" ,"-e", "GI_RABBITMQ_QUEUES=GenerateImage-dev"]
|
||||||
@@ -25,8 +25,8 @@ if DEBUG:
|
|||||||
else:
|
else:
|
||||||
LOGS_PATH = "app/logs/errors.log"
|
LOGS_PATH = "app/logs/errors.log"
|
||||||
|
|
||||||
RABBITMQ_ENV = "" # 生产环境
|
# RABBITMQ_ENV = "" # 生产环境
|
||||||
# RABBITMQ_ENV = "-dev" # 开发环境
|
RABBITMQ_ENV = "-dev" # 开发环境
|
||||||
# RABBITMQ_ENV = "-local" # 本地测试环境
|
# RABBITMQ_ENV = "-local" # 本地测试环境
|
||||||
|
|
||||||
settings = Settings()
|
settings = Settings()
|
||||||
|
|||||||
Reference in New Issue
Block a user