added sample parameters for jwt

This commit is contained in:
andrea 2017-02-11 15:33:32 +01:00
parent 879ad65f14
commit 0dfd3ea31a

View file

@ -2,7 +2,13 @@
create a db_config.json here's create a db_config.json here's
*/ */
{ {
"config":{ "config": {
"db_params":{"uri":"postgresql://user:password@host:port/dbname"} "db_params": {
"uri": "postgresql://user:password@host:port/dbname"
},
"jwt": {
"secret": "secret",
"expire_seconds": 3600
}
} }
} }