Further updates to forgejo config
This commit is contained in:
parent
d725832c82
commit
a5eab23875
2 changed files with 4 additions and 2 deletions
|
@ -6,3 +6,4 @@ forgejo_ssh_port: 2222
|
||||||
forgejo_repositories_path: /home/git/repos
|
forgejo_repositories_path: /home/git/repos
|
||||||
forgejo_lfs_path: /home/git/lfs
|
forgejo_lfs_path: /home/git/lfs
|
||||||
forgejo_storage_path: /home/git/storage
|
forgejo_storage_path: /home/git/storage
|
||||||
|
forgejo_work_path: /var/lib/forgejo
|
|
@ -1,6 +1,7 @@
|
||||||
APP_NAME = Forgejo
|
APP_NAME = Forgejo
|
||||||
RUN_USER = git
|
RUN_USER = git
|
||||||
RUN_MODE = prod
|
RUN_MODE = prod
|
||||||
|
WORK_PATH = {{ forgejo_work_path }}
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
INTERNAL_TOKEN = {{ forgejo_internal_token }}
|
INTERNAL_TOKEN = {{ forgejo_internal_token }}
|
||||||
|
@ -67,4 +68,4 @@ PROVIDER = file
|
||||||
MODE = console
|
MODE = console
|
||||||
LEVEL = info
|
LEVEL = info
|
||||||
ROOT_PATH = /var/lib/forgejo/log
|
ROOT_PATH = /var/lib/forgejo/log
|
||||||
ROUTER = console
|
logger.router.MODE = console
|
Loading…
Add table
Add a link
Reference in a new issue