diff --git a/etc/www/config.json b/etc/www/config.json index 8e8c4ad..3daca36 100644 --- a/etc/www/config.json +++ b/etc/www/config.json @@ -1,6 +1,9 @@ { "jwt": { - "secret": "" + "secret": "", + "options": { + "expiresIn": 900000 + } }, "db": { "user": "postgres",