1
0
Fork 0
mirror of https://gitlab.com/Alamantus/Readlebee.git synced 2026-02-26 01:49:43 +01:00
Readlebee/server/config.example.json

5 lines
97 B
JSON
Raw Normal View History

{
"port": 3000,
2019-09-06 22:17:45 -06:00
"jwtSecretKey": "SomethingAtLeast32CharactersLong!",
"tokenExpireDays": 7
}