From e32921f38c5ae855bc4f8de2e2d6bae2d39c11e0 Mon Sep 17 00:00:00 2001 From: Colin-tr Date: Sat, 13 Jul 2024 18:40:40 -0600 Subject: [PATCH] Update installation-manual.md: Add note with env file location in Configure Photoview section --- src/en/docs/installation-manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/en/docs/installation-manual.md b/src/en/docs/installation-manual.md index 8f0522f..d9b4ae5 100644 --- a/src/en/docs/installation-manual.md +++ b/src/en/docs/installation-manual.md @@ -129,6 +129,8 @@ We will use that to configure Photoview. Copy the `api/example.env` file to the output directory, and name it `.env`. +> Note: If running Photoview as a `systemd` service, the file containing environment variables is `/etc/photoview.env` and is created in the steps outlined in the [systemd installation guide](/{{ locale }}/docs/installation-systemd/). + ```shell $ cp api/example.env app/.env ```