diff --git a/config.sample.json b/config.sample.json index de7e198..49a3ce9 100644 --- a/config.sample.json +++ b/config.sample.json @@ -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 + } } } \ No newline at end of file