Added PUSH_TO_CREATE flag to app.ini
This commit is contained in:
parent
01f3dc9ab5
commit
a123e71f50
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ RUN_MODE = prod
|
||||||
|
|
||||||
[repository]
|
[repository]
|
||||||
ROOT = /data/git/repositories
|
ROOT = /data/git/repositories
|
||||||
|
ENABLE_PUSH_CREATE_USER = true
|
||||||
|
ENABLE_PUSH_CREATE_ORGANIZATION = true
|
||||||
|
|
||||||
[repository.local]
|
[repository.local]
|
||||||
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
|
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue