Remove default passwords in all example files (#171)

* Remove default passwords in all example files

 - To discourage production use without changing the passwords.
This commit is contained in:
Markus Opolka
2023-10-19 09:41:52 +02:00
committed by GitHub
parent 2c34e0fd73
commit 487881f785
10 changed files with 37 additions and 39 deletions

View File

@@ -15,8 +15,8 @@ services:
- "8080:8080"
environment:
- "DB_HOST=lime-db"
- "DB_PASSWORD=secret"
- "ADMIN_PASSWORD=foobar"
# - "DB_PASSWORD="
# - "ADMIN_PASSWORD="
# If you require an empty table prefix, use a space as the DB_TABLE_PREFIX
# - "DB_TABLE_PREFIX= "
lime-db:
@@ -24,5 +24,5 @@ services:
environment:
- "MYSQL_USER=limesurvey"
- "MYSQL_DATABASE=limesurvey"
- "MYSQL_PASSWORD=secret"
- "MYSQL_ROOT_PASSWORD=secret"
# - "MYSQL_PASSWORD="
# - "MYSQL_ROOT_PASSWORD="