Force LDAP sync at first start

This commit is contained in:
Josué Tille
2024-01-24 22:44:50 +01:00
parent 0747739c76
commit b0e2306674

View File

@ -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