From 83f99bd411e289cb52d251df344d0af9914bfe67 Mon Sep 17 00:00:00 2001 From: Andrea Zucchelli Date: Sun, 26 Feb 2017 11:41:32 +0100 Subject: [PATCH] Added parameter for jwt encryption secret --- config.sample.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.sample.json b/config.sample.json index de7e198..c4b9ac4 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,8 +1,9 @@ /* -create a db_config.json here's +create a db_config.json here's a sample */ { "config":{ - "db_params":{"uri":"postgresql://user:password@host:port/dbname"} + "db_params":{"uri":"postgresql://user:password@host:port/dbname"}, + "jwt_secret":"Secret for jwt encryption" } } \ No newline at end of file