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

@@ -151,6 +151,8 @@ For further details on the settings see: https://manual.limesurvey.org/Optional_
The easiest way to get a fully featured and functional setup is using a docker-compose file. Several examples are provided in the [repository](https://github.com/martialblog/docker-limesurvey).
**Hint:** You need to configure a database and Limesurvey password in the `docker-compose` files before starting. No defaults are provided to discourage production use with default passwords.
```
docker-compose up
@@ -161,8 +163,6 @@ http://localhost:8080/
http://localhost:8080/index.php/admin
```
Please note / warning: To sign into the admin panel in the examples, the credentials are username: *admin* password: *foobar*, however, if you are planning for any use beyond testing, it is highly recommended that you use environment variables to define a secure username and password.
# Running LimeSurvey with Helm
A Helm Chart for this Image can be used for deployments. Please refer to the Helm Repository for further details: