mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Force LDAP sync at first start
This commit is contained in:
parent
0747739c76
commit
b0e2306674
1 changed files with 4 additions and 0 deletions
|
@ -104,3 +104,7 @@ INTERNAL_TOKEN = __INTERNAL_TOKEN__
|
||||||
|
|
||||||
[oauth2]
|
[oauth2]
|
||||||
JWT_SECRET = __JWT_SECRET__
|
JWT_SECRET = __JWT_SECRET__
|
||||||
|
|
||||||
|
[cron.sync_external_users]
|
||||||
|
ENABLED = true
|
||||||
|
RUN_AT_START = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue