fix(ui): env?
This commit is contained in:
parent
2bc44d038e
commit
c90a8d558a
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ NODE_ENV=production
|
|||
SOURCEMAP = false
|
||||
|
||||
# END POINTS #
|
||||
ORIGIN = 'window.location.origin'
|
||||
API_EDP = 'window.location.origin + "/api"'
|
||||
ASSETS_HOST = 'window.location.origin + "/assets"'
|
||||
ORIGIN = ''
|
||||
API_EDP = ''
|
||||
ASSETS_HOST = ''
|
||||
|
||||
# SENTRY
|
||||
SENTRY_ENABLED = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue