Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Adjusted example config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Apr 14, 2019
1 parent e0466ae commit 41ed8b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config.json
Expand Up @@ -4,12 +4,19 @@
"services": [
{
"name": "users",
"target": "http://localhost:8880",
"target": "http://localhost:8881",
"endpoints": [
"/users",
"/registration",
"/login"
]
},
{
"name": "notes",
"target": "http://localhost:8882",
"endpoints": [
"/notes"
]
}
]
}

0 comments on commit 41ed8b8

Please sign in to comment.