Readlebee/server/config.example.json

5 lines
97 B
JSON

{
"port": 3000,
"jwtSecretKey": "SomethingAtLeast32CharactersLong!",
"tokenExpireDays": 7
}