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.
 
 
 
 
 
 

44 lines
901 B

{
"ConnectionStrings": {
"InfluxDB": "url=http://localhost:8086;database=logs;usr=admin;pwd=aA123456!;retention-policy=d30;"
},
"ReverseProxy": {
"Clusters": {
"abp": {
"Destinations": {
"dest": {
"Address": "http://localhost:59093/api/"
}
}
},
"auth": {
"Destinations": {
"dest": {
"Address": "http://localhost:59093/"
}
}
},
"core": {
"Destinations": {
"dest": {
"Address": "http://localhost:59092/"
}
}
},
"basedata": {
"Destinations": {
"dest": {
"Address": "http://localhost:59094/"
}
}
},
"wms": {
"Destinations": {
"dest": {
"Address": "http://localhost:59095/"
}
}
}
}
}
}