mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 19:51:37 +00:00
Move SSOSettings to settings db & initialize with env vars
This commit is contained in:
parent
c11c0ff54e
commit
adae905953
5 changed files with 49 additions and 27 deletions
17
njodb.properties
Normal file
17
njodb.properties
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue