production ready

This commit is contained in:
Abhishek Sinha 2020-06-08 19:38:37 +05:30
parent d52e7b99c3
commit 1157f87496

View File

@ -11390,8 +11390,8 @@
enumerable: false enumerable: false
}); });
const ENVR = 'TEST'; // LIVE, TEST const ENVR = 'LIVE'; // LIVE, TEST
const WS = 'ws'; const WS = 'wss';
const DBName = "paymentsHandlerDBRemote"; const DBName = "paymentsHandlerDBRemote";
if(ENVR === 'LIVE') { if(ENVR === 'LIVE') {