added sample parameters for jwt
This commit is contained in:
부모
879ad65f14
커밋
0dfd3ea31a
1개의 변경된 파일과 8개의 추가작업 그리고 2개의 파일을 삭제
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
불러오는 중…
Reference in a new issue