Add Web UI for the SMS Site
This commit is contained in:
28
TwilioSMSReceiver.Web/Properties/launchSettings.json
Normal file
28
TwilioSMSReceiver.Web/Properties/launchSettings.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:3716",
|
||||
"sslPort": 44304
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"TwilioSMSReceiver.Web": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:7012;http://localhost:5062",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
TwilioSMSReceiver.Web/Properties/serviceDependencies.json
Normal file
11
TwilioSMSReceiver.Web/Properties/serviceDependencies.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"identityapp.aad1": {
|
||||
"type": "identityapp.aad",
|
||||
"connectionId": "AzureAD:ClientSecret"
|
||||
},
|
||||
"secrets1": {
|
||||
"type": "secrets"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"identityapp.aad1": {
|
||||
"secretStore": "LocalSecretsFile",
|
||||
"type": "identityapp.aad.callsgraph",
|
||||
"connectionId": "AzureAD:ClientSecret"
|
||||
},
|
||||
"secrets1": {
|
||||
"type": "secrets.user"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user