shiori: Remove unnecessary quotes from environment

These will *not* be parsed as part of environment evaluation, and will
instead be passed down to the service verbatim, which is likely not what
we want.
This commit is contained in:
Alex Palaistras 2024-02-02 19:42:12 +00:00
parent 64bf88ff24
commit 2d5abe4c83
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# HTTP configuration.
SHIORI_SECRET_KEY="${SHIORI_SECRET_KEY}"
SHIORI_SECRET_KEY=${SHIORI_SECRET_KEY}
# Storage configuration.
SHIORI_DIR=/var/lib/shiori