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