Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs/configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Iskra <kamil.01482@iskra.name>
ildyria and kamil4 authored Jan 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3b565da commit 38b2092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ For non-core options (for example UI options), take a look at [Settings](https:/
|------------|-----------------------------------------------------------------------------------------------------------------|--------------------|
| `APP_NAME` | The gallery name | `Lychee` |
| `APP_ENV` | Environment of your gallery, `production` or `development` | `production` |
| `APP_URL` | The URL of your gallery (which resolves to the `public/` folder) | `http://localhost` |
| `APP_DIR` | The URL path after the domain name of your gallery (which resolves to the `public/` folder), better left empty. | _empty_ |
| `APP_URL` | The URL of your gallery (which resolves to the `public/` folder). For installations hosted in a subfolder this should contain the part of the URL up to and including the host name only. | `http://localhost` |
| `APP_DIR` | For installations hosted in a subfolder this should contain the rest of the URL (after the host name). | _empty_ |
| `APP_KEY` | Your app key which is used for encryption (set during installation) | `null` |
|`TIMEZONE` | The timezone of your photos, requires a named timezone identifier like `Europe/Paris`, don't use an offset (`+01:00`) or an abbreviation (`CEST`)|system timezone of server|
|`LYCHEE_UPLOADS` | Path to uploads directory | `uploads/` inside `public/` |

0 comments on commit 38b2092

Please sign in to comment.