mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"/v1/wallet": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
},
|
|
"/v1": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
},
|
|
"/stat": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
},
|
|
"/fistful/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
|
|
},
|
|
"/file_storage": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
},
|
|
"/deanonimus": {
|
|
"target": "https://iddqd.rbk.money",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true
|
|
}
|
|
}
|