Propel configuration

Propel version {{ propel_version }}
Default connection {{ configuration.runtime.defaultConnection }}
Logging {{ logging ? 'enabled' : 'disabled' }}

Propel connections

{% for name, config in configuration.database.connections %} {% endfor %}
Connection name Configuration parameters
{{ name }} Adapter {{ config.adapter }}
DSN {{ config.dsn }}
Class {{ config.classname }}
Options
    {% for key, value in config.options %}
  • {{ key }} : {{ value }}
  • {% endfor %}
Attributes
    {% for key, value in config.attributes %}
  • {{ key }} : {{ value }}
  • {% endfor %}