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.
56 lines
1.0 KiB
56 lines
1.0 KiB
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"AppSettings": {
|
|
//"Database": "SQLite",
|
|
//"JobDatabase": "SQLite",
|
|
//"Cache": "Memory",
|
|
"Profiler": true
|
|
},
|
|
"ReverseProxy": {
|
|
"Routes": [
|
|
{
|
|
"RouteId": "minio",
|
|
"ClusterId": "cluster1",
|
|
"Match": {
|
|
"Path": "/dfs/{**catch-all}"
|
|
}
|
|
},
|
|
{
|
|
"RouteId": "live",
|
|
"ClusterId": "cluster2",
|
|
"Match": {
|
|
"Path": "/live/{**catch-all}"
|
|
}
|
|
},
|
|
{
|
|
"RouteId": "video",
|
|
"ClusterId": "cluster2",
|
|
"Match": {
|
|
"Path": "/video/{**catch-all}"
|
|
}
|
|
}
|
|
],
|
|
"Clusters": {
|
|
"cluster1": {
|
|
"Destinations": {
|
|
"dfs": {
|
|
"Address": "http://localhost"
|
|
}
|
|
}
|
|
},
|
|
"cluster2": {
|
|
"Destinations": {
|
|
"dfs": {
|
|
"Address": "http://localhost:8080"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |