Making the ADMIN_URL parameter optionnal in front
This parameter is only used in the SAAS version (and ideally, should disappear completely). The warning message that uses the ADMIN_URL should originate from the admin itself.
This commit is contained in:
parent
986f826830
commit
d81ecb3199
3 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ module.exports = {
|
|||
DISABLE_NOTIFICATIONS: false,
|
||||
PUSHER_URL: undefined,
|
||||
UPLOADER_URL: null,
|
||||
ADMIN_URL: undefined,
|
||||
ADMIN_URL: null,
|
||||
CONTACT_URL: null,
|
||||
PROFILE_URL: null,
|
||||
ICON_URL: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue