fix: Correctly close FORGEJO_WEB_BASE variable definition and clarify purpose
This commit is contained in:
parent
5e8b72a04f
commit
49be5ada89
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ set -a; . "${HOME}/.config/knowledge-genome.env"; set +a
|
|||
: "${FORGEJO_USER:=n8n-bot}"
|
||||
: "${FORGEJO_HOST:=127.0.0.1:3001}"
|
||||
: "${FORGEJO_OWNER:=Keru}"
|
||||
: "${FORGEJO_WEB_BASE:=https://git.keruhomelab.com}
|
||||
: "${FORGEJO_WEB_BASE:=https://git.keruhomelab.com}" # human-facing URL for remote links (not the loopback)
|
||||
: "${SYNCTHING_URL:=http://127.0.0.1:8384}"
|
||||
: "${COMMITTER_NAME:=n8n-bot}"
|
||||
: "${COMMITTER_EMAIL:=n8n-bot@homelab}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue