added sample parameters for jwt

This commit is contained in:
andrea 2017-02-11 15:33:32 +01:00
джерело 879ad65f14
коміт 0dfd3ea31a

@ -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
}
}
}