From 4de29276a9d7bcd2de7e2d948584b64e50c9d220 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 9 Jun 2013 13:38:12 -0700 Subject: [PATCH] Created Settings (markdown) --- Settings.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Settings.md diff --git a/Settings.md b/Settings.md new file mode 100644 index 0000000..7a5db5f --- /dev/null +++ b/Settings.md @@ -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. \ No newline at end of file