Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhmrc committed Jun 5, 2018
1 parent 6666e56 commit eb3c9fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AppConfig @Inject()(val runModeConfiguration: Configuration, environment:
val clientId: String = getString("microservice.services.oauth-frontend.client_id")
val clientSecret: String = getString("microservice.services.oauth-frontend.client_secret")

val adminFrontendHost: String = getString("microservice.services.host")
val adminFrontendHost: String = baseUrl("help-to-save-test-admin-frontend")

val authorizeCallback: String = s"$adminFrontendHost/help-to-save-test-admin-frontend/authorize-callback"

Expand Down
5 changes: 5 additions & 0 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ microservice {
port: 9949
}

help-to-save-test-admin-frontend {
host: "localhost"
port: 7009
}

host = "http://localhost:7007"

api {
Expand Down

0 comments on commit eb3c9fd

Please sign in to comment.