123
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2023-01-29 22:40:06 +10:00
parent e16d6258c3
commit 8267f83243
9 changed files with 1053 additions and 25 deletions

File diff suppressed because it is too large Load Diff

BIN
.vs/NeDvachAPI/v17/.wsuo Normal file

Binary file not shown.

View File

@ -1,8 +1,7 @@
{ {
"ExpandedNodes": [ "ExpandedNodes": [
"", ""
"\\Controllers"
], ],
"SelectedNode": "\\Program.cs", "SelectedNode": "\\appsettings.json",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }

Binary file not shown.

View File

@ -3,5 +3,9 @@
<PropertyGroup> <PropertyGroup>
<Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID> <Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID>
<Controller_SelectedScaffolderCategoryPath>root/Common/MVC/Controller</Controller_SelectedScaffolderCategoryPath> <Controller_SelectedScaffolderCategoryPath>root/Common/MVC/Controller</Controller_SelectedScaffolderCategoryPath>
<ActiveDebugProfile>NeDvachAPI</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -1,4 +1,22 @@
{ {
"profiles": {
"NeDvachAPI": {
"commandName": "Project",
"launchUrl": "Home",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://0.0.0.0:7141;https://0.0.0.0:5141"
},
"IIS Express": {
"commandName": "IISExpress",
"launchUrl": "Home",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json", "$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": { "iisSettings": {
"windowsAuthentication": false, "windowsAuthentication": false,
@ -7,25 +25,5 @@
"applicationUrl": "http://0.0.0.0:31551", "applicationUrl": "http://0.0.0.0:31551",
"sslPort": 44346 "sslPort": 44346
} }
},
"profiles": {
"NeDvachAPI": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "Home",
"applicationUrl": "http://0.0.0.0:7141;http://0.0.0.0:5141",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "Home",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
} }
} }

View File

@ -1,4 +1,5 @@
{ {
"https_port": 443,
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Debug", "Default": "Debug",