This commit is contained in:
zhangwei
2019-01-20 15:34:13 +08:00
parent 6234db924e
commit e384b8dfea
285 changed files with 128583 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_API: '"https://api-prod"'
BASE_API: '"http://39.106.34.223:7200/"'
}