Skip to content

Commit 70c6cd4

Browse files
author
alirizaadiyahsi
committed
The key "WebSiteRootAddress" should be changed to "ServerRootAddress"? fixes: #426
1 parent ff80a5a commit 70c6cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/appsettings.Staging.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Default": "Server=10.0.75.1; Database=AbpProjectNameDb; User=sa; Password=123qwe;"
44
},
55
"App": {
6-
"WebSiteRootAddress": "http://localhost:9902/",
6+
"ServerRootAddress": "http://localhost:9902/",
77
"CorsOrigins": "http://localhost:9902"
88
}
99
}

0 commit comments

Comments
 (0)