mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-10 05:32:06 -05:00
FORGEJO_* environment variables are set to the corresponding GITEA_*
variable when the cli starts. This approach is intended to minimize
the conflicts on rebase. All occurences of GITEA_* are left untouched
in the codebase and they are only changed to FORGEJO_* if exposed to
the user.
(cherry picked from commit
|
||
---|---|---|
.. | ||
admin.go | ||
admin_test.go | ||
applications.go | ||
auths.go | ||
config.go | ||
emails.go | ||
hooks.go | ||
main_test.go | ||
notice.go | ||
orgs.go | ||
packages.go | ||
repos.go | ||
runners.go | ||
users.go | ||
users_test.go |