change GITEA_ to FORGEJO_ in env vars
This commit is contained in:
parent
c7eb5ff175
commit
f532454612
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue