Adding application name in floGlobals
This commit is contained in:
parent
0ba0f10245
commit
c32833e625
@ -8,6 +8,7 @@ const floGlobals = {
|
||||
FLO: ['https://livenet.flocha.in/', 'https://flosight.duckdns.org/'],
|
||||
FLO_TEST: ['https://testnet-flosight.duckdns.org', 'https://testnet.flocha.in/']
|
||||
},
|
||||
application: "exchange",
|
||||
adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf",
|
||||
sendAmt: 0.001,
|
||||
fee: 0.0005,
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
'use strict';
|
||||
const config = require('../args/app-config.json');
|
||||
global.floGlobals = require('../public/floGlobals');
|
||||
require('./set_globals');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user