Files
limesurvey/.env.sample
Philipp Rothmann 656d8d5545 adds more recipe stuff
* secrets
* extract admin_name and admin_email
* unset BASE_URL env
  for me the it broke the url path actually, this setting
  (https://github.com/martialblog/docker-limesurvey/blob/master/5.0/apache/entrypoint.sh#L112)
  is not documented (https://manual.limesurvey.org/Optional_settings), so not sure what it actually does
* backupbot labels
2022-06-07 21:43:21 +02:00

16 lines
301 B
Plaintext

TYPE=limesurvey
DOMAIN=limesurvey.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.limesurvey.example.com`'
LETS_ENCRYPT_ENV=production
ADMIN_EMAIL=admin@example.com
ADMIN_NAME=admin
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_LIMESURVEY_ADMIN_PASSWORD_VERSION=v1