added sample parameters for jwt
This commit is contained in:
vanhempi
879ad65f14
commit
0dfd3ea31a
1 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Ladataan…
Viittaa uudesa ongelmassa