Skip to content

Commit

Permalink
Change default EndpointConfigType from PRODUCTION to MAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderZhu committed Aug 1, 2024
1 parent 14a154e commit c8d8b4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class DebugCacheDataSourceImpl(private val settings: Settings) : DebugCacheDataS
override fun getEndpointConfig(): EndpointConfigType {
val cachedEndpointConfigName = settings.getString(
key = DebugCacheKeyValues.ENDPOINT_CONFIG,
defaultValue = EndpointConfigType.PRODUCTION.name
defaultValue = EndpointConfigType.MAIN.name
)
return EndpointConfigType.valueOf(cachedEndpointConfigName)
}
Expand Down

0 comments on commit c8d8b4b

Please sign in to comment.