Add APP_DATA_PATH to forgejo config

This commit is contained in:
flyingscorpio@clevo 2023-01-18 15:55:54 +01:00
parent ead3ac50e9
commit e87a453e88

View file

@ -28,6 +28,7 @@ ENABLE_PUSH_CREATE_USER = true
ENABLE_PUSH_CREATE_ORG = true ENABLE_PUSH_CREATE_ORG = true
[server] [server]
APP_DATA_PATH = {{ forgejo_run_dir }}/data
PROTOCOL = http PROTOCOL = http
DOMAIN = {{ forgejo_domain }} DOMAIN = {{ forgejo_domain }}
HTTP_PORT = 3000 HTTP_PORT = 3000