This commit is contained in:
chenwenlong
2018-11-16 01:36:30 +08:00
parent a51d72f42e
commit e751ac581b
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
BASE_API: '"https://api-dev"'
BASE_API: '"http://localhost:3000/api"'
}