config.sample.json 128 B

12345678
  1. /*
  2. create a db_config.json here's
  3. */
  4. {
  5. "config":{
  6. "db_params":{"uri":"postgresql://user:password@host:port/dbname"}
  7. }
  8. }