Skip to content

Commit cb95733

Browse files
committed
revert appsettings.json and web.config
1 parent 037b32b commit cb95733

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"ConnectionStrings": {
3-
"Default": "Data Source=(localdb)\\ProjectsV13;Initial Catalog=AbpProjectNameDb;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
3+
"Default": "Server=localhost; Database=AbpProjectNameDb; Trusted_Connection=True;"
44
},
5-
"App": {
6-
"ServerRootAddress": "http://localhost:21021/",
7-
"ClientRootAddress": "http://localhost:4200/",
8-
"CorsOrigins": "http://localhost:4200,http://localhost:8080,http://localhost:8081,http://localhost:3000"
9-
},
10-
"Authentication": {
11-
"JwtBearer": {
12-
"IsEnabled": "true",
13-
"SecurityKey": "AbpProjectName_C421AAEE0D114E9C",
14-
"Issuer": "AbpProjectName",
15-
"Audience": "AbpProjectName"
16-
}
5+
"App": {
6+
"ServerRootAddress": "http://localhost:21021/",
7+
"ClientRootAddress": "http://localhost:4200/",
8+
"CorsOrigins": "http://localhost:4200,http://localhost:8080,http://localhost:8081,http://localhost:3000"
9+
},
10+
"Authentication": {
11+
"JwtBearer": {
12+
"IsEnabled": "true",
13+
"SecurityKey": "AbpProjectName_C421AAEE0D114E9C",
14+
"Issuer": "AbpProjectName",
15+
"Audience": "AbpProjectName"
1716
}
17+
}
1818
}

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration>
33
<system.webServer>
44
<handlers>
5-
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
5+
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
66
</handlers>
77
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00">
88
<environmentVariables />

0 commit comments

Comments
 (0)