forked from github/dataease
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
# just a flag
|
||
|
ENV = 'production'
|
||
|
|
||
|
# base api, e.g., '/prod'
|
||
|
VUE_APP_BASE_API = ''
|
||
|
|