Skip to content

Commit

Permalink
Fix default config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed May 6, 2024
1 parent a2a0c14 commit 5c99cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joylive-package/src/main/assembly/config/bootstrap.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ app.location.zone=${APPLICATION_LOCATION_ZONE}
app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_ID}}
app.location.unit=${APPLICATION_LOCATION_UNIT}
app.location.cell=${APPLICATION_LOCATION_CELL}
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:}
app.location.lane=${APPLICATION_LOCATION_LANE:}
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID}
app.location.lane=${APPLICATION_LOCATION_LANE}
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
classloader.contextLoaderEnabled=${CLASSLOADER_CONTEXT_LOADER_ENABLED:true}
classloader.core.configExtensions=yaml,yml,xml,json,properties
Expand Down

0 comments on commit 5c99cc7

Please sign in to comment.