Closed betonme closed 3 years ago
Using the .env and passwords with upper case letters will be converted to lower case letters.
For example: .env ICINGADB_MYSQL_PASSWORD=MYSECRET
ICINGADB_MYSQL_PASSWORD=MYSECRET
leads to /etc/icingadb/config.ini
[mysql] password = mysecret
Using the .env and passwords with upper case letters will be converted to lower case letters.
For example: .env
ICINGADB_MYSQL_PASSWORD=MYSECRET
leads to /etc/icingadb/config.ini