feat 2倍超分
This commit is contained in:
@@ -68,7 +68,7 @@ RABBITMQ_PARAMS = {
|
||||
"credentials": pika.credentials.PlainCredentials(username='rabbit', password='123456'),
|
||||
"virtual_host": "/"
|
||||
}
|
||||
RABBITMQ_QUEUES = os.getenv("RABBITMQ_QUEUES", "SuperResolution-dev")
|
||||
RABBITMQ_QUEUES = os.getenv("RABBITMQ_QUEUES", "SuperResolution-local")
|
||||
|
||||
DEBUG = True
|
||||
if DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user