Skip to content

Commit

Permalink
update default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ndduc01 committed Dec 13, 2024
1 parent 42830a5 commit c5246fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data-processing-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ management:
cache:
clientId: ${RC_CLIENT_ID}
secret: ${RC_CLIENT_SECRET}
token: ${RC_URL}${RC_EP_TOKEN:http://localhost:8085/rti/api/auth/token}
token: ${RC_URL}${RC_EP_TOKEN:/data/api/auth/token}
srte:
cacheString: ${RC_URL}${RC_EP_CACHE_STR:http://localhost:8085/rti/srte/cache/string}
cacheContain: ${RC_URL}${RC_EP_CACHE_CONTAIN:http://localhost:8085/rti/srte/cache/contain}
cacheObject: ${RC_URL}${RC_EP_CACHE_OBJ:http://localhost:8085/rti/srte/cache/object}
cacheString: ${RC_URL}${RC_EP_CACHE_STR:/data/srte/cache/string}
cacheContain: ${RC_URL}${RC_EP_CACHE_CONTAIN:/data/srte/cache/contain}
cacheObject: ${RC_URL}${RC_EP_CACHE_OBJ:/data/srte/cache/object}
odse:
localId: ${RC_URL}${EP_CACHE_LOCALID:http://localhost:8085/rti/odse/localId}
localId: ${RC_URL}${EP_CACHE_LOCALID:/data/odse/localId}

spring:
application:
Expand Down

0 comments on commit c5246fe

Please sign in to comment.