10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
|
# just a flag
|
||
|
ENV = 'development'
|
||
|
|
||
|
# base api
|
||
|
VUE_APP_BASE_API = '/dev-api'
|
||
|
|
||
|
VUE_APP_REALITY_API = '/dev-reality-api'
|
||
|
|
||
|
VUE_APP_FILE_API = '/dev-file-api'
|