From eef2ed0b4c71fa38cd0c1a96382d18bfe2fa9423 Mon Sep 17 00:00:00 2001 From: Nils Bergmann Date: Wed, 5 Jan 2022 17:46:59 +0100 Subject: [PATCH] Add special character warning --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index bbda7da..1538590 100644 --- a/.env.example +++ b/.env.example @@ -10,6 +10,7 @@ ACCOUNT_MANAGER_SECRET= # Should be the externally facing IP of your server host EXTERNAL_IP=localhost # Database values +# Be careful with special characters here. It is more safe to use normal characters and/or numbers. MARIADB_USER=darkflame MARIADB_PASSWORD=SECRET_VALUE_CHANGE_ME MARIADB_ROOT_PASSWORD=SECRET_VALUE_CHANGE_ME