Files

6 lines
113 B
JavaScript

module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"local"',
BASE_API: '"http://localhost:8888"'
}