mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"/v1": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
},
|
|
"/stat": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
},
|
|
"/papi/v1": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
}
|
|
}
|