Skip to content

Commit

Permalink
Srte fix (#257)
Browse files Browse the repository at this point in the history
* update sub path to data

* update default value

* updated port to 8084
  • Loading branch information
ndduc01 authored Dec 13, 2024
1 parent a22f582 commit 4a248b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
4 changes: 2 additions & 2 deletions srte-data-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server:
port: 8085
port: 8084
servlet:
context-path: /rti
context-path: /data

spring:
application:
Expand Down

0 comments on commit 4a248b6

Please sign in to comment.