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