Notification service config update
This commit is contained in:
parent
93ce7ecd6d
commit
a2edcd6a04
|
@ -15,4 +15,4 @@ queue:
|
||||||
options:
|
options:
|
||||||
exchange: cite_dmp_devel_queue
|
exchange: cite_dmp_devel_queue
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
enable: false
|
enable: true
|
||||||
|
|
|
@ -26,11 +26,6 @@ queue:
|
||||||
options:
|
options:
|
||||||
exchange: null
|
exchange: null
|
||||||
forget-me-completed-topic: forgetme.completed
|
forget-me-completed-topic: forgetme.completed
|
||||||
notify-topic: notification.notify
|
|
||||||
tenant-reactivation-topic: tenant.reactivated
|
|
||||||
tenant-removal-topic: tenant.remove
|
|
||||||
tenant-touch-topic: tenant.touch
|
|
||||||
tenant-user-invite-topic: tenant.invite
|
|
||||||
what-you-know-about-me-completed-topic: whatyouknowaboutme.completed
|
what-you-know-about-me-completed-topic: whatyouknowaboutme.completed
|
||||||
generate-file-topic: generate.file
|
generate-file-topic: generate.file
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
|
@ -46,8 +41,11 @@ queue:
|
||||||
enable: false
|
enable: false
|
||||||
options:
|
options:
|
||||||
exchange: null
|
exchange: null
|
||||||
user-removal-topic: [ "user.remove" ]
|
notify-topic: notification.notify
|
||||||
user-touched-topic: [ "user.touch" ]
|
tenant-removal-topic: tenant.remove
|
||||||
|
tenant-touch-topic: tenant.touch
|
||||||
|
user-removal-topic: user.remove
|
||||||
|
user-touch-topic: user.touch
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
enable: false
|
enable: false
|
||||||
interval-seconds: 30
|
interval-seconds: 30
|
||||||
|
|
Loading…
Reference in New Issue