1
0
Fork 0
mirror of https://gitlab.com/Alamantus/Readlebee.git synced 2025-08-05 06:37:34 +02:00
Readlebee/server/config.example.json
Robbie Antenesse a9d40193f0 Add inventaireDomain to server config
For if someone wants to self-host Inventaire as well as Readlebee
2019-09-11 11:05:47 -06:00

6 lines
No EOL
144 B
JSON

{
"port": 3000,
"jwtSecretKey": "SomethingAtLeast32CharactersLong!",
"tokenExpireDays": 7,
"inventaireDomain": "https://inventaire.io"
}