rudemaps/config.sample.json

14 lines
226 B
JSON
Raw Normal View History

2017-02-09 22:55:29 +01:00
/*
2017-02-26 11:48:53 +01:00
create a db_config.json here's a sample
2017-02-09 22:55:29 +01:00
*/
{
2017-02-11 15:33:32 +01:00
"config": {
"db_params": {
"uri": "postgresql://user:password@host:port/dbname"
},
"jwt": {
"secret": "secret",
"expire_seconds": 3600
}
2017-02-09 22:55:29 +01:00
}
}