Skip to content
Snippets Groups Projects
Commit ccd8d59a authored by Zachary Carter's avatar Zachary Carter
Browse files

Change production config

parent 63bf3ed8
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,6 @@ ...@@ -20,6 +20,6 @@
"port": 10006 "port": 10006
}, },
"proxy": { "bind_to": { "port": 10006 } }, "proxy": { "bind_to": { "port": 10006 } },
"browserid": { "bind_to": { "port": 8080 } }, "router": { "bind_to": { "port": 8080 } },
"kpi_backend_db_url" : "https://kpiggybank.hacksign.in/wsapi/interaction_data" "kpi_backend_db_url" : "https://kpiggybank.hacksign.in/wsapi/interaction_data"
} }
...@@ -48,7 +48,9 @@ ...@@ -48,7 +48,9 @@
"keysigner_url": "http://127.0.0.1:62600", "keysigner_url": "http://127.0.0.1:62600",
"dbwriter": { "bind_to": { "port": 62900 } }, "dbwriter": { "bind_to": { "port": 62900 } },
"dbwriter_url": "http://127.0.0.1:62900", "dbwriter_url": "http://127.0.0.1:62900",
"browserid": { "bind_to": { "port": 62700 } } "browserid": { "bind_to": { "port": 62700 } },
"browserid_url": "http://127.0.0.1:62700",
"router": { "bind_to": { "port": 63300 } }
// http_proxy should be overridded per env // http_proxy should be overridded per env
//"http_proxy": { //"http_proxy": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment