mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-09 06:38:52 +00:00
* This sample shows how appSettings.json file can be added and unsed within SharePoint Framewrok webparts similar to the Web.config / App.config key value app settings in .NET Framework projects. * Update README.md Typos fix
6 lines
157 B
JSON
6 lines
157 B
JSON
{
|
|
"workingDir": "./temp/deploy/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "react-app-settings",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |