hostname.conf.sample: change some file comments..

This commit is contained in:
Christoph 2023-08-02 12:00:53 +02:00
parent fb0a3dff2d
commit c97ca479b8

View File

@ -101,9 +101,10 @@ DATABASE_NAME="ownCloud_test"
# - Credentials to access MySQL/MariaDB Database
# -
# - Example
# - mysql_credential_args="--login-path=local"
# - mysql_credential_args="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
# - mysql_credential_args="--defaults-file=/usr/local/mysql/sys-maint.cnf"
# - MYSQL_CREDENTIALS="--login-path=local"
# - MYSQL_CREDENTIALS="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
# - MYSQL_CREDENTIALS="--defaults-file=/usr/local/mysql/sys-maint.cnf"
# - MYSQL_CREDENTIALS="-S/run/mysqld/mysqld.sock"
# -
MYSQL_CREDENTIALS="--login-path=local"