We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7576036 commit dc81200Copy full SHA for dc81200
1 file changed
examples/web-app/httpserver.mjs
@@ -12,9 +12,6 @@ const appConfig = await load(endpoint, credential, {
12
refreshOptions: {
13
enabled: true,
14
// By default, the refresh interval is 30 seconds. You can change it by setting refreshIntervalInMs.
15
- },
16
- keyVaultOptions:{
17
- credential: credential
18
}
19
});
20
let config = appConfig.constructConfigurationObject();
0 commit comments