8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
ENV = 'production'
|
|
|
|
# base api
|
|
# VUE_APP_BASE_API = '/prod-api'
|
|
# VUE_APP_BASE_API = 'https://api.java.crmeb.net'
|
|
VUE_APP_BASE_API = 'http://192.168.31.35:2500'
|
|
|