config.sample.json 226 B

1234567891011121314
  1. /*
  2. create a db_config.json here's a sample
  3. */
  4. {
  5. "config": {
  6. "db_params": {
  7. "uri": "postgresql://user:password@host:port/dbname"
  8. },
  9. "jwt": {
  10. "secret": "secret",
  11. "expire_seconds": 3600
  12. }
  13. }
  14. }