fix(ui): fix env sample
This commit is contained in:
parent
f7eb848706
commit
f745b9ba51
1 changed files with 4 additions and 4 deletions
|
|
@ -2,9 +2,9 @@ NODE_ENV=production
|
|||
SOURCEMAP = false
|
||||
|
||||
# END POINTS #
|
||||
ORIGIN = ''
|
||||
API_EDP = ''
|
||||
ASSETS_HOST = ''
|
||||
ORIGIN = 'window.location.origin'
|
||||
API_EDP = 'window.location.origin/api'
|
||||
ASSETS_HOST = 'window.location.origin/assets'
|
||||
|
||||
# SENTRY
|
||||
SENTRY_ENABLED = false
|
||||
|
|
@ -23,4 +23,4 @@ MINIO_SECRET_KEY = ''
|
|||
|
||||
# APP and TRACKER VERSIONS
|
||||
VERSION = '1.6.0'
|
||||
TRACKER_VERSION = '3.5.10'
|
||||
TRACKER_VERSION = '3.5.10'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue