Skip to content
Snippets Groups Projects
Commit c295fc7a authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Really create the limesurvey security.php from ENV

parent 1b080e44
No related branches found
No related tags found
No related merge requests found
Pipeline #194976 passed
......@@ -9,5 +9,7 @@ ADMIN_NAME={{ limesurvey_admin_name }}
ADMIN_EMAIL={{ limesurvey_admin_email }}
ADMIN_PASSWORD={{ limesurvey_admin_pass }}
SHOW_SCRIPT_NAME=false
# This needs to be set for the docker image to create the limesurvey security.php, it's of no other consequence
ENCRYPT_KEYPAIR={{ limesurvey_encrypt_nonce }}
ENCRYPT_NONCE={{ limesurvey_encrypt_nonce }}
ENCRYPT_SECRET_BOX_KEY={{ limesurvey_encrypt_key }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment