mirror of https://github.com/abpframework/abp
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.
63 lines
1.6 KiB
63 lines
1.6 KiB
{
|
|
"AuthServer": {
|
|
"Authority": "http://localhost:64999",
|
|
"ApiName": "InternalGateway"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=localhost;Database=MsDemo_Identity;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"ElasticSearch": {
|
|
"Url": "http://localhost:9200"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"ReRoutes": [
|
|
{
|
|
"DownstreamPathTemplate": "/api/identity/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 63568
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/identity/{everything}",
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/api/productManagement/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 60244
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/productManagement/{everything}",
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/api/blogging/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 62157
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/blogging/{everything}",
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
|
|
}
|
|
],
|
|
"GlobalConfiguration": {
|
|
"BaseUrl": "http://localhost:65129"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|