From 288d4eab3d3a6e7f438410eb0f10ca8bca916cf7 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 8 Dec 2020 09:00:29 +0100 Subject: [PATCH] NPM_ROOT_PATH added to local_settings template --- smash/smash/local_settings.py.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smash/smash/local_settings.py.template b/smash/smash/local_settings.py.template index 99789de9..5a295b8e 100644 --- a/smash/smash/local_settings.py.template +++ b/smash/smash/local_settings.py.template @@ -83,3 +83,6 @@ TWO_FACTOR_SMS_GATEWAY = "web.nexmo_gateway.Nexmo" # whether 2 steps authentication is mandatory to access the system FORCE_2FA = True + +# path to 'smash' folder +NPM_ROOT_PATH = '/path/to/smasch/' \ No newline at end of file -- GitLab