From 08e1c5a11509e7c23da24e00d1ecc90eb8e041f5 Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Fri, 6 Sep 2024 00:28:02 +0300 Subject: [PATCH] Added placeholder ftp (Data Base) has been replaced __FTP_DATABASE__ ftp (User) has been replaced __FTP_USER__ passwdfor has been replaced __FTP_PASSWORD__ --- sql.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.conf b/sql.conf index daa9e08..7318afb 100644 --- a/sql.conf +++ b/sql.conf @@ -2,7 +2,7 @@ SQLBackend mysql SQLEngine on SQLAuthTypes Plaintext - SQLConnectInfo ftp@localhost:3306 root passwdfor + SQLConnectInfo __FTP_DATABASE__@localhost:3306 __FTP_USER__ __FTP_PASSWORD__ SQLUserInfo users username password uid gid homedir shell SQLAuthenticate users* SQLMinUserUID 33