Jira issue originally created by user mjonuschat:
When using Paas Providers it has become a common practice to provide the configuration parameters for a database connection in form of an environment variable along the lines of DATABASE_URL. This variable would contain a connection string in the form of postgresql://my.database.host:54321/flow_test.
As Doctrine already supports using URLs for a connection (see: [http://doctrine-dbal.readthedocs.org/en/latest/reference/configuration.html#connecting-using-a-url]) it would be nice if the Configuration/Settings.yaml would allow configuring the connection parameters using a URL string (not necessarily directly read from the Environment, this would be an added bonus)
Jira-URL: https://jira.neos.io/browse/FLOW-211
Jira issue originally created by user mjonuschat:
When using Paas Providers it has become a common practice to provide the configuration parameters for a database connection in form of an environment variable along the lines of DATABASE_URL. This variable would contain a connection string in the form of postgresql://my.database.host:54321/flow_test.
As Doctrine already supports using URLs for a connection (see: [http://doctrine-dbal.readthedocs.org/en/latest/reference/configuration.html#connecting-using-a-url]) it would be nice if the Configuration/Settings.yaml would allow configuring the connection parameters using a URL string (not necessarily directly read from the Environment, this would be an added bonus)
Jira-URL: https://jira.neos.io/browse/FLOW-211