forked from LengKundee/MQL5-Google-Onedrive
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
|
|
'use strict'
|
||
|
|
module.exports = {
|
||
|
|
NODE_ENV: '"production"'
|
||
|
|
}
|