Skip to content

Commit

Permalink
fixed addresses to run with jars only
Browse files Browse the repository at this point in the history
  • Loading branch information
nopesir committed May 16, 2020
1 parent 510414b commit 88b87d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ client.scope=resource.read resource.write

#Provider
provider.authorizationUri=http://127.0.0.1:9080/authorize
provider.tokenUri=http://172.28.1.2:9080/token
provider.tokenUri=http://127.0.0.1:9080/token

#Resource Server
resourceServerUri=http://172.28.1.3:9280/api
resourceServerUri=http://127.0.0.1:9280/api

0 comments on commit 88b87d5

Please sign in to comment.