Move SSOSettings to settings db & initialize with env vars

This commit is contained in:
advplyr 2022-02-07 16:58:11 -06:00
parent c11c0ff54e
commit adae905953
5 changed files with 49 additions and 27 deletions

17
njodb.properties Normal file
View file

@ -0,0 +1,17 @@
{
"datadir": "data",
"dataname": "data",
"datastores": 2,
"tempdir": "tmp",
"lockoptions": {
"stale": 5000,
"update": 1000,
"retries": {
"retries": 5000,
"minTimeout": 250,
"maxTimeout": 5000,
"factor": 0.15,
"randomize": false
}
}
}