Updated Settings (markdown)
parent
772305d9d7
commit
75a3f89735
18
Settings.md
18
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**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user