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