Add hint to use alphanumeric passwords

master
andryyy 2016-12-27 20:28:45 +01:00
parent d486a9bb70
commit 7c63476858
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ MAILCOW_HOSTNAME=mail.example.org
# SQL database configuration # SQL database configuration
DBNAME=mailcow DBNAME=mailcow
DBUSER=mailcow DBUSER=mailcow
# Please use long, random alphanumeric strings (A-Za-z0-9)
DBPASS=mysafepasswd DBPASS=mysafepasswd
DBROOT=myothersafepasswd DBROOT=myothersafepasswd