This website requires JavaScript.
Explore
Help
Sign In
Alamantus
/
Readlebee
mirror of
https://gitlab.com/Alamantus/Readlebee.git
Watch
1
Star
0
Fork
You've already forked Readlebee
0
Code
Issues
Releases
Wiki
Activity
c80e5e63ff
Readlebee
/
server
/
config.example.json
5 lines
97 B
JSON
Raw
Normal View
History
Unescape
Escape
Set up config requirement and use it in scripts
2019-09-07 02:23:55 +02:00
{
"port"
:
3000
,
Set up login tokens with dumb examples
2019-09-07 06:17:45 +02:00
"jwtSecretKey"
:
"SomethingAtLeast32CharactersLong!"
,
"tokenExpireDays"
:
7
Set up config requirement and use it in scripts
2019-09-07 02:23:55 +02:00
}