Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. mongo --ssl --sslAllowInvalidCertificates <host>:<port>/<db_name> -u <username> -p<password>
  2.  
  3. doctrine_mongodb:
  4. connections:
  5. default:
  6. server: <connection_string>
  7. username: <username>
  8. password: <password>
  9. options:
  10. ssl: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement