rudemaps/config.sample.json

14 lines
No EOL
218 B
JSON

/*
create a db_config.json here's
*/
{
"config": {
"db_params": {
"uri": "postgresql://user:password@host:port/dbname"
},
"jwt": {
"secret": "secret",
"expire_seconds": 3600
}
}
}