Added parameter for jwt encryption secret

This commit is contained in:
zuk 2017-02-26 11:41:32 +01:00
parent 879ad65f14
commit 83f99bd411

View file

@ -1,8 +1,9 @@
/* /*
create a db_config.json here's create a db_config.json here's a sample
*/ */
{ {
"config":{ "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"
} }
} }