Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.33 KB | None | 0 0
  1. doctrine_mongodb:
  2.     connections:
  3.         default:
  4.             server: mongodb://root:pass@localhost:27017/deskdb
  5.             options:
  6.                 connect: true
  7.                 username: root
  8.                 password: pass
  9.     default_database: deskdb
  10.     document_managers:
  11.         default:
  12.             auto_mapping: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement