From 75a3f897351552114e1d536c2c8f168d0b699962 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 8 Sep 2013 11:19:26 -0700 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index fc9c991..af7ceb5 100644 --- a/Settings.md +++ b/Settings.md @@ -1,4 +1,20 @@ -These settings are located inside the `php/config.php`. All settings are optional and doesn't need to be changed. +These settings are located inside the `php/config.php`. + +**MySQL Database** + + $db = The name of the Database you want to use + $dbUser = Your MySQL username + $dbPassword = Your MySQL password + $dbHost = Your MySQL host (in most cases you can use localhost) + +Fill these properties with your MySQL information. Lychee will create the database and tables for you, if they not exist. + +**Login** + + $user = Your username for Lychee + $password = Your password for Lychee + +Your photos and albums are protected by a username and password you need to set. **Thumb Quality**