From 66c343421980b5ce301eaa202d5090d6f45833ab Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 17 Mar 2023 16:03:02 +0100 Subject: settings: add "ISHTAR_SECURE_OPTIONS" to activate Django secured options --- install/ishtar-prepare-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index 50810da76..9a4030dca 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -250,7 +250,7 @@ EOF INSTALL_PREFIX=$DEST APP_DIR="$DEST/$INSTANCE" DATE=`date +%F` - SECRET_KEY=$(apg -a 0 -M ncl -n 1 -x 10 -m 40) + SECRET_KEY=$(apg -a 0 -M ncl -n 1 -x 10 -m 55) PORT_FILE=$CONFIG_PATH/last_uswgi_port -- cgit v1.2.3