Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "type": "mariadb",
  3. "host": "localhost",
  4. "port": 3306,
  5. "username": "root",
  6. "password": "root",
  7. "database": "mvcdb",
  8. "synchronize": true,
  9. "logging": ["query", "error"],
  10. "entities": [
  11. "build/repository/*.js"
  12. ],
  13. "cli": {
  14. "entitiesDir": "build/repository"
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement