работаем работаем2

This commit is contained in:
sofiaivv 2024-05-03 02:11:25 +04:00
parent d36d0f11d1
commit 8947dbebed
2 changed files with 29 additions and 29 deletions

View File

@ -1,23 +1,14 @@
{ {
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63687",
"sslPort": 44301
}
},
"profiles": { "profiles": {
"LawCompanyRestApi": { "LawFirmRestApi": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "swagger", "launchUrl": "swagger",
"applicationUrl": "https://localhost:7245;http://localhost:5035",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} },
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7245;http://localhost:5035"
}, },
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
@ -27,5 +18,14 @@
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
} }
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63687",
"sslPort": 44301
}
} }
} }

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <log4net>
<appender name="RollingFile" type="log4net.Appender.RollingFileAppender">
<!-- To customize the asp.net core module uncomment and edit the following section. <file value="c:/temp/LawCompanyRestApi.log" />
For more info see https://go.microsoft.com/fwlink/?linkid=838655 --> <appendToFile value="true" />
<!-- <maximumFileSize value="100KB" />
<system.webServer> <maxSizeRollBackups value="2" />
<handlers> <layout type="log4net.Layout.PatternLayout">
<remove name="aspNetCore"/> <conversionPattern value="%date %5level %logger.%method [%line] - MESSAGE: %message%newline %exception" />
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/> </layout>
</handlers> </appender>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" /> <root>
</system.webServer> <level value="TRACE" />
--> <appender-ref ref="RollingFile" />
</root>
</configuration> </log4net>