-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
29 lines (20 loc) · 953 Bytes
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://112.98.239.146:8001/'
#VUE_APP_BASE_API = 'http://10.112.64.74:8001/'
VUE_APP_CALCULATE_DOWNLOAD_API = 'http://112.98.239.146:8030/'
VUE_APP_DOWNLOAD_API = 'http://112.98.239.146:8066/'
#VUE_APP_DOWNLOAD_API = 'http://10.112.64.74:8066/'
#VUE_APP_BUSINESS_API = 'http://112.98.239.146:8088/'
VUE_APP_BUSINESS_API = 'http://10.112.64.74:8088/'
HOST = '112.98.239.146'
#HOST = '10.112.64.74'
HOST = 'localhost'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
# It only does one thing by converting all import() to require().
# This configuration can significantly increase the speed of hot updates,
# when you have a large number of pages.
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
VUE_CLI_BABEL_TRANSPILE_MODULES = true