You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
237 B

  1. {
  2. "type": "mongodb",
  3. "host": "mongo",
  4. "port": 27017,
  5. "username": "",
  6. "password": "",
  7. "database": "db-extract-pdf",
  8. "synchronize": false,
  9. "logging": false,
  10. "entities": [
  11. "src/modules/**/typeorm/entities/*.ts"
  12. ]
  13. }