2018-02-26 21:38:16 +01:00
|
|
|
|
'use strict'
|
2018-03-02 15:03:59 +01:00
|
|
|
|
const process = require('process');
|
|
|
|
|
|
2018-02-26 21:38:16 +01:00
|
|
|
|
module.exports = {
|
2018-03-02 15:03:59 +01:00
|
|
|
|
NODE_ENV: '"production"',
|
2018-03-02 20:21:25 +01:00
|
|
|
|
API_URL: JSON.stringify(process.env.URL_PREFIX || null)
|
2018-02-26 21:38:16 +01:00
|
|
|
|
}
|