Skip to content

Commit

Permalink
fixing production properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoVcode committed May 10, 2017
1 parent 2ccd74b commit 94c12a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ins_common/src/main/java/org/scg/common/Properties.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class Properties {
MOCK_API_ENDPOINT = "https://api.insectin.space/service/mock/";
SELFTEST_WEB_PROXY = "https://www.insectin.space/selftest/";
SELFTEST_API = "https://api.insectin.space/service/selftest";
MOCKDEPLOY_API = "https://www.insectin.space/service/mock";
MOCKDEPLOY_API = "https://www.insectin.space/service/mock/";
WEBSOCKETS_WEB_PROTO = "wss";
WEBSOCKETS_WEB_HOST = "ws.insectin.space";
WEBSOCKETS_WEB_PORT = 443;
Expand Down

0 comments on commit 94c12a8

Please sign in to comment.