9 lines
No EOL
182 B
JSON
9 lines
No EOL
182 B
JSON
/*
|
|
create a db_config.json here's a sample
|
|
*/
|
|
{
|
|
"config":{
|
|
"db_params":{"uri":"postgresql://user:password@host:port/dbname"},
|
|
"jwt_secret":"Secret for jwt encryption"
|
|
}
|
|
} |