added sample parameters for jwt
這個提交存在於:
父節點
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
|
||||
}
|
||||
}
|
||||
}
|
載入中…
新增問題並參考