2019-05-06 14:12:53 +03:00
|
|
|
const baseConfig = require('./base.config')
|
|
|
|
|
|
|
|
const id = `${baseConfig.id}-affirmation-request`
|
|
|
|
|
2019-10-29 17:55:47 +03:00
|
|
|
module.exports = {
|
2021-05-09 16:34:19 +03:00
|
|
|
...baseConfig,
|
|
|
|
main: baseConfig.foreign,
|
2019-10-29 17:55:47 +03:00
|
|
|
event: 'UserRequestForAffirmation',
|
2021-07-07 16:21:01 +03:00
|
|
|
sender: 'home',
|
2020-09-12 17:01:37 +03:00
|
|
|
queue: 'home-prioritized',
|
2019-10-29 17:55:47 +03:00
|
|
|
name: `watcher-${id}`,
|
|
|
|
id
|
|
|
|
}
|