mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
700 B
28 lines
700 B
{
|
|
"ConnectionStrings": {
|
|
"Default": "Server=localhost;Database=MsDemo_Identity;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"ReRoutes": [
|
|
{
|
|
"DownstreamPathTemplate": "/api/productManagement/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 60244
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/productManagement/{everything}",
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
|
|
}
|
|
],
|
|
"GlobalConfiguration": {
|
|
"BaseUrl": "http://localhost:64897"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|
|
|