mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-09-01 18:54:15 +00:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"development"',
|
|
ENV_CONFIG: '"dev"',
|
|
BASE_API: '"https://api-dev"'
|
|
}
|