You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i like the idea. if you have time to work on it, please do.
for the doctrinedbal dsn, we should use the dbal connection name as "domain" i think. it could look like doctrinedbal://default/default then. for jackrabbit, we could say that that the "path" is the http path, while the "file" is the workspace, to be more consistent with doctrinedbal. or we could make doctrinedbal use ?workspace=default as well, this might be easier to read, particularly for the default & default case. i guess workspace should be optional and default to "default"?
we talk to jackrabbit with the http protocol, so it technically could be https. i think we should allow for that possibility.
I would think it would be great to configure sessions over DSN.
Currently a config for
doctrine_dbal
looks like the following in sulu:And config for
jackrabbit
look like this in sulu:So the dsn can be very different I think, currently I would go with something like:
PHPCR_DSN=doctrindbal://default PHPCR_DSN=jackrabbit://admin:admin@localhost:8080/server/?workspace=default
Which can be configured this way:
I'm not sure about the jackrabbit format and if jackrabbit can be behind
https
?The text was updated successfully, but these errors were encountered: