Created Settings (markdown)

Tobias Reich 2013-06-09 13:38:12 -07:00
parent 460441aa28
commit 4de29276a9

26
Settings.md Normal file

@ -0,0 +1,26 @@
This settings are located inside the `php/config.php`. All settings are optional and doesn't need to be changed.
**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`.
**Bit.ly**
$bitlyUsername = Bit.ly Username
$bitlyApi = Bit.ly API key
Lychee can generate short links, if this properties are set. This feature isn't working when browsing through Lychee via localhost.