Contact page only if environment variable exist

This commit is contained in:
GRL 2021-08-23 17:30:07 +02:00
parent edfe440c6e
commit 2f76a24dff
10 changed files with 11 additions and 86 deletions

View file

@ -190,6 +190,7 @@ module.exports = {
PUSHER_URL: undefined,
UPLOADER_URL: null,
ADMIN_URL: undefined,
CONTACT_URL: null,
DEBUG_MODE: null,
STUN_SERVER: null,
TURN_SERVER: null,