feat: Customization of the initialization file (#1936)

This commit is contained in:
Alex OvsInc
2023-06-05 16:00:28 +03:00
committed by GitHub
parent 43439bc8c6
commit 18cc952f8e
2 changed files with 12 additions and 3 deletions

View File

@ -21,4 +21,5 @@ isDemoMode = false
batchSize = 100
ldapServerPort = 389
quota = {"organization": -1, "user": -1, "application": -1, "provider": -1}
logConfig = {"filename": "logs/casdoor.log", "maxdays":99999, "perm":"0770"}
logConfig = {"filename": "logs/casdoor.log", "maxdays":99999, "perm":"0770"}
initDataFile = "./init_data.json"