Change confusing enpoint name
Since the actual port is 5003, it would make sense to name it local-5003 instead of local-8082 Signed-off-by: Florentin Raud <florentin.raud@gmail.com>
This commit is contained in:
parent
5e9d0702a1
commit
3f33d20b2a
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ redis:
|
|||
writetimeout: 10ms
|
||||
notifications:
|
||||
endpoints:
|
||||
- name: local-8082
|
||||
- name: local-5003
|
||||
url: http://localhost:5003/callback
|
||||
headers:
|
||||
Authorization: [Bearer <an example token>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue