Sinet.WebProxy/appsettings.json

22 lines
380 B
JSON

{
"ReverseProxy": {
"Routes": {
"route1": {
"ClusterId": "yarp",
"Match": {
"Path": "{**catch-all}"
}
}
},
"Clusters": {
"yarp": {
"LoadBalancingPolicy": "RoundRobin",
"Destinations": {
"openai": {
"Address": "https://api.openai.com/"
}
}
}
}
}
}