added sample parameters for jwt

這個提交存在於:
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
}
}
}