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**