@@ -0,0 +1,4 @@ | |||
NODE_ENV= development | |||
# base api | |||
VUE_APP_BASE_API = 'https://id.ssjlai.com/telpopay' | |||
#VUE_APP_BASE_API = 'https://ai.ssjlai.com/telpopay' |
@@ -0,0 +1,3 @@ | |||
NODE_ENV= production | |||
# base api | |||
VUE_APP_BASE_API = 'https://ai.ssjlai.com/telpopay' |
@@ -0,0 +1,4 @@ | |||
NODE_ENV= test | |||
# base api | |||
VUE_APP_BASE_API = 'https://id.ssjlai.com/telpopay' | |||
#VUE_APP_BASE_API = 'https://ai.ssjlai.com/telpopay' |