rudemaps/config.sample.json
2017-02-26 11:48:53 +01:00

14 lines
No EOL
226 B
JSON

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