Add some clarity to the config options
This commit is contained in:
parent
e7bf643d8b
commit
ab6ba0e0d8
2 changed files with 4 additions and 2 deletions
|
@ -500,7 +500,7 @@ async function verifyServerConfig() {
|
|||
|
||||
// Add the newly built config to the actual config for use by the app
|
||||
console.log("Updating SdkConfig with validated discovery information");
|
||||
SdkConfig.add({"validated_discovery_config": validatedConfig});
|
||||
SdkConfig.add({"validated_server_config": validatedConfig});
|
||||
|
||||
return SdkConfig.get();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue