Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jun 25, 2024
1 parent a83be79 commit 840f014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/all-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ data:
profile: null
sync:
liveSpace:
type: multilive # [file,multilive]
type: ${CONFIG_LIVE_SPACE_API_TYPE:multilive} # [file,multilive]
url: ${CONFIG_LIVE_SPACE_API_URL:http://api.multilive.local:8080/v1}
#spacesUrl: ${CONFIG_LIVE_SPACE_API_URL}/workspaces
#spaceUrl: ${CONFIG_LIVE_SPACE_API_URL}/workspaces/${space_id}/version/${space_version}
Expand All @@ -197,7 +197,7 @@ data:
type: file
microservice:
enabled: true
type: file
type: ${CONFIG_SERVICE_API_TYPE:file}
url: ${CONFIG_SERVICE_API_URL:http://api.jmsf.local:8080/v1}
headers: ${CONFIG_SERVICE_API_HEADERS}
watchdog:
Expand Down
4 changes: 2 additions & 2 deletions deploy/joylive-injector/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ agent:
profile: null
sync:
liveSpace:
type: multilive # [file,multilive]
type: ${CONFIG_LIVE_SPACE_API_TYPE:multilive} # [file,multilive]
url: ${CONFIG_LIVE_SPACE_API_URL:http://api.multilive.local:8080/v1}
#spacesUrl: ${CONFIG_LIVE_SPACE_API_URL}/workspaces
#spaceUrl: ${CONFIG_LIVE_SPACE_API_URL}/workspaces/${space_id}/version/${space_version}
Expand All @@ -72,7 +72,7 @@ agent:
type: file
microservice:
enabled: true
type: file
type: ${CONFIG_SERVICE_API_TYPE:file}
url: ${CONFIG_SERVICE_API_URL:http://api.jmsf.local:8080/v1}
headers: ${CONFIG_SERVICE_API_HEADERS}
watchdog:
Expand Down
Binary file modified deploy/packages/joylive-injector-1.0.0.tgz
Binary file not shown.

0 comments on commit 840f014

Please sign in to comment.