Initial Commit

This commit is contained in:
2021-01-05 13:02:52 +05:30
commit ec992df1da
520 changed files with 38712 additions and 0 deletions

22
otis/proxy.conf.json Normal file
View 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"
}
}