File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ async function run() {
134
134
const config = settings .constructConfigurationObject ({ separator: " ." });
135
135
// Use dot-notation to access configuration
136
136
console .log (" config.message:" , config .message ); // config.message: undefined
137
- console .log (" config.app.greeting:" , config .greeting ); // config.app.greeting: Hello World
138
- console .log (" config.app.json:" , config .json ); // config.app.json: { myKey: 'myValue' }
137
+ console .log (" config.app.greeting:" , config .app . greeting ); // config.app.greeting: Hello World
138
+ console .log (" config.app.json:" , config .app . json ); // config.app.json: { myKey: 'myValue' }
139
139
}
140
140
141
141
run ().catch (console .error );
You can’t perform that action at this time.
0 commit comments