7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
ENV = 'production'
|
|
|
|
# base api
|
|
# VUE_APP_BASE_API = '/prod-api'
|
|
VUE_APP_BASE_API = 'https://api.beta.java.crmeb.net'
|
|
|