Add project files.

This commit is contained in:
Elias Jansson
2023-01-29 12:04:01 +01:00
parent 1440dc03d5
commit 334c5b02d7
17 changed files with 557 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
"sslPort": 44397
}
},
"profiles": {
"Nevyn": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:8080",
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
}
}
}

View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"identityapp1": {
"type": "identityapp",
"connectionId": "AzureAD:ClientSecret",
"dynamicId": null
}
}
}

View File

@@ -0,0 +1,10 @@
{
"dependencies": {
"identityapp1": {
"secretStore": "LocalSecretsFile",
"type": "identityapp.secretStore",
"connectionId": "AzureAD:ClientSecret",
"dynamicId": null
}
}
}