added sample parameters for jwt
This commit is contained in:
parent
879ad65f14
commit
0dfd3ea31a
1 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,12 @@ 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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue