Skip to content

Commit

Permalink
chore: rollback application.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed Nov 3, 2023
1 parent 2b6bc1e commit 2b5c97b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions prism-agent/service/server/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,22 @@ agent {
authApiKey = ${?DEFAULT_WALLET_AUTH_API_KEY}
}
}

keycloakAdmin {
serverUrl = "http://localhost:8080/auth",
serverUrl = ${?KEYCLOAK_SERVER_URL}
realm = "master",
realm = ${?KEYCLOAK_REALM}
username = "admin",
username = ${?KEYCLOAK_ADMIN_USERNAME}
password = "admin",
password = ${?KEYCLOAK_ADMIN_PASSWORD}
clientId = "admin-cli",
clientId = ${?KEYCLOAK_ADMIN_CLIENT_ID}
clientSecret = "",
clientSecret = ${?KEYCLOAK_ADMIN_CLIENT_SECRET}
authToken= "",
authToken = ${?KEYCLOAK_ADMIN_AUTH_TOKEN}
scope= ""
scope = ${?KEYCLOAK_ADMIN_SCOPE}
}

0 comments on commit 2b5c97b

Please sign in to comment.