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
$thumbQuality = [0-100];
Less means a inferiority quality of your thumbs, but faster loading. More means a better quality of your thumbs, but slower loading. The default value is 95. The allowed values are between 0 and 100.
Check For Updates
$checkForUpdates = [true/false];
If true
, Lychee will check if you are using the latest version. The notice will be displayed beside the version-number when you log in.
Sorting
$sorting = ['ASC'/'DESC'];
Choose, if you want your albums and photos to be sorted ASC
or DESC
.