infra: CHANGE some cleanup regarding the .env process with container
This commit is contained in:
parent
d0373f0198
commit
8b135a321a
3 changed files with 43 additions and 12 deletions
|
|
@ -6,12 +6,15 @@
|
|||
# nothing. .env is read from the working directory and is gitignored.
|
||||
#
|
||||
# Precedence: command line flags > environment > .env > these defaults.
|
||||
# This file is sourced by build.sh, so shell syntax applies.
|
||||
#
|
||||
# Plain KEY=VALUE only. Do NOT quote values: this file is also usable as
|
||||
# `podman run --env-file .env`, which would treat quotes as part of the value.
|
||||
# Spaces are fine unquoted, e.g. GALLERY_TITLE=Holiday 2026
|
||||
|
||||
# Page title. Used for both <title> and the <h1> header.
|
||||
# Special characters are HTML-escaped automatically.
|
||||
# Flag: --title=TEXT
|
||||
GALLERY_TITLE="Gallery"
|
||||
GALLERY_TITLE=Gallery
|
||||
|
||||
# Show the "Powered by shellery" footer. 1 = show, 0 = hide.
|
||||
# Flag: --no-footer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue