Add APP_DATA_PATH to forgejo config
This commit is contained in:
parent
ead3ac50e9
commit
e87a453e88
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue