Initial Commit
This commit is contained in:
22
otis/proxy.conf.json
Normal file
22
otis/proxy.conf.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://localhost:9995",
|
||||
"secure": false,
|
||||
"logLevel": "debug"
|
||||
},
|
||||
"/token": {
|
||||
"target": "http://localhost:9995",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
},
|
||||
"/refresh": {
|
||||
"target": "http://localhost:9995",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
},
|
||||
"/db-image": {
|
||||
"target": "http://localhost:9995",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user