Merge pull request #2639 from andrew-leung/manifesteventlayers
Add configurable layers in manifest events
This commit is contained in:
commit
b12bd4004a
9 changed files with 66 additions and 18 deletions
|
@ -29,6 +29,8 @@ redis:
|
|||
readtimeout: 10ms
|
||||
writetimeout: 10ms
|
||||
notifications:
|
||||
events:
|
||||
includereferences: true
|
||||
endpoints:
|
||||
- name: local-8082
|
||||
url: http://localhost:5003/callback
|
||||
|
|
|
@ -47,6 +47,8 @@ redis:
|
|||
readtimeout: 10ms
|
||||
writetimeout: 10ms
|
||||
notifications:
|
||||
events:
|
||||
includereferences: true
|
||||
endpoints:
|
||||
- name: local-5003
|
||||
url: http://localhost:5003/callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue