Created
February 5, 2015 21:33
-
-
Save wouterj/867ea8491c7d3ad24374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| doctrine_phpcr: | |
| # configure the PHPCR session | |
| session: | |
| backend: | |
| logging: true | |
| profiling: true | |
| type: jackrabbit | |
| url: http://localhost:8080/server/ # the URL of the jackrabbit server | |
| parameters: | |
| jackalope.check_login_on_server: false | |
| workspace: default | |
| username: admin | |
| password: admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment