您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

14 行
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. }