Skip to content

Commit

Permalink
Update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed committed Nov 23, 2023
1 parent 811945e commit 8281383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ logging:
logging: ${SPRING_BOOT_AUTOCONFIG_LOG_LEVEL}

authorization:
user: ${STS_CLIENT_NAME}
password: ${STS_CLIENT_SECRET}
user: ${GRAD_STS_CLIENT_NAME}
password: ${GRAD_STS_CLIENT_SECRET}
token-expiry-offset: '30'

#API Documentation
Expand Down Expand Up @@ -111,7 +111,7 @@ resilience4j.retry:
#Endpoint properties
endpoint:
keycloak:
getToken: ${KEYCLOAK_TOKEN_URL}auth/realms/master/protocol/openid-connect/token
getToken: ${TOKEN_ISSUER_URL}/protocol/openid-connect/token
pen-student-api:
by-studentid:
url: ${PEN_API}api/v1/student/%s
Expand Down Expand Up @@ -145,4 +145,4 @@ endpoint:
#Splunk LogHelper
splunk:
log-helper:
enabled: ${ENABLE_SPLUNK_LOG_HELPER}
enabled: ${ENABLE_SPLUNK_LOG_HELPER}

0 comments on commit 8281383

Please sign in to comment.