- # just a flag
- ENV = 'development'
- # base api
- VUE_APP_BASE_API = 'http://local.ng.frontend.api.com'
- VUE_APP_CDN_API = 'http://16.163.228.151:8036'
- VUE_APP_BASE_WEBSITE = 'http://local.ng.frontend.ele.com:8080'
- VUE_APP_BASE_PAY_STACK_PUBLIC_KEY = 'pk_test_2eed10135c4a958c5073795b22854ded9d1a6c55'
- VUE_APP_ACCESS_TOKEN_PREFIX = 'Bearer '
|