Skip to content

Commit 7818f94

Browse files
authored
Add configuration for ready-to-go downloaded sample - python web app
1 parent 4243a7f commit 7818f94

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

AppCreationScripts/Apps.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,17 @@
3535
}
3636
]
3737
}
38-
]
38+
],
39+
"codeConfigurations": [
40+
{
41+
"settingFile": "/app_config.py",
42+
"replaceTokens": {
43+
"appId": "Enter_the_Application_Id_here",
44+
"tenantId": "common",
45+
"clientSecret": "Enter_the_Client_Secret_Here"
46+
}
47+
}
48+
]
3949
}
4050
]
41-
}
51+
}

0 commit comments

Comments
 (0)