Added parameter for jwt encryption secret
This commit is contained in:
parent
879ad65f14
commit
83f99bd411
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue