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:
Florentin Raud 2015-07-20 15:25:39 +01:00
parent 5e9d0702a1
commit 3f33d20b2a
3 changed files with 3 additions and 3 deletions

View file

@ -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>]