sockeye diagnosis, no actual production code changes
This commit is contained in:
@@ -43,7 +43,12 @@ namespace AyaNova
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if(DEBUG)
|
||||||
|
string sUrl = "https://sockeye.ayanova.com/fetch/" + sFetchCode + "/" + sEmail;
|
||||||
|
//string sUrl = "http://192.168.1.253:7676/fetch/" + sFetchCode + "/" + sEmail;
|
||||||
|
#else
|
||||||
string sUrl = "https://rockfish.ayanova.com/fetch/" + sFetchCode + "/" + sEmail;
|
string sUrl = "https://rockfish.ayanova.com/fetch/" + sFetchCode + "/" + sEmail;
|
||||||
|
#endif
|
||||||
//string sUrl = "https://rockfish.gztechworks.com/fetch/" + sFetchCode + "/" + sEmail;
|
//string sUrl = "https://rockfish.gztechworks.com/fetch/" + sFetchCode + "/" + sEmail;
|
||||||
//TODO: maybe alt url in case?? or fuck it wont' matter with v8 coming anyway
|
//TODO: maybe alt url in case?? or fuck it wont' matter with v8 coming anyway
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user