From 0dfd3ea31a3ecc2d637e2c128f1f17871beacb2c Mon Sep 17 00:00:00 2001 From: andrea Date: Sat, 11 Feb 2017 15:33:32 +0100 Subject: [PATCH] added sample parameters for jwt --- config.sample.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.sample.json b/config.sample.json index de7e198..49a3ce9 100644 --- a/config.sample.json +++ b/config.sample.json @@ -2,7 +2,13 @@ create a db_config.json here's */ { - "config":{ - "db_params":{"uri":"postgresql://user:password@host:port/dbname"} + "config": { + "db_params": { + "uri": "postgresql://user:password@host:port/dbname" + }, + "jwt": { + "secret": "secret", + "expire_seconds": 3600 + } } } \ No newline at end of file