rudemaps/config.sample.json

9 lines
182 B
JSON
Raw Normal View History

2017-02-09 22:55:29 +01:00
/*
create a db_config.json here's a sample
2017-02-09 22:55:29 +01:00
*/
{
"config":{
"db_params":{"uri":"postgresql://user:password@host:port/dbname"},
"jwt_secret":"Secret for jwt encryption"
2017-02-09 22:55:29 +01:00
}
}