添加针对nameko的rabbitmq配置
This commit is contained in:
parent
e9fb934446
commit
24530a7b01
|
@ -27,7 +27,6 @@ DEBUG = True
|
|||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
|
@ -94,6 +93,11 @@ DATABASES = {
|
|||
}
|
||||
}
|
||||
|
||||
#RabbitMq
|
||||
|
||||
RABBITMQ_STATUS = False
|
||||
RABBITMQ_CONFIG = {'AMQP_URI': "amqp://guest:guest@192.168.72.127:31141"}
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/3.0/ref/settings/#auth-password-validators
|
||||
|
||||
|
|
Loading…
Reference in New Issue