1
0
Fork 0
mirror of https://gitlab.com/Alamantus/Readlebee.git synced 2026-03-14 19:34:59 +01:00
Readlebee/server/config.example.json

6 lines
144 B
JSON
Raw Normal View History

{
"port": 3000,
2019-09-06 22:17:45 -06:00
"jwtSecretKey": "SomethingAtLeast32CharactersLong!",
"tokenExpireDays": 7,
"inventaireDomain": "https://inventaire.io"
}