change GITEA_ to FORGEJO_ in env vars

This commit is contained in:
crystal 2024-04-29 01:52:58 -06:00
parent c7eb5ff175
commit f532454612
No known key found for this signature in database
GPG key ID: 1122054731F7CC43
3 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ WorkingDirectory=~
#RuntimeDirectory=forgejo
ExecStart=/usr/bin/forgejo web --config /etc/forgejo/app.ini
Restart=always
Environment=USER=forgejo HOME=/var/lib/forgejo GITEA_WORK_DIR=/var/lib/forgejo
Environment=USER=forgejo HOME=/var/lib/forgejo FORGEJO_WORK_DIR=/var/lib/forgejo
# If you install Git to directory prefix other than default PATH (which happens
# for example if you install other versions of Git side-to-side with
# distribution version), uncomment below line and add that prefix to PATH