Skip to content

Instantly share code, notes, and snippets.

@wdalmut
Created July 1, 2015 06:34
Show Gist options
  • Save wdalmut/bfc37ecff8a39f695faa to your computer and use it in GitHub Desktop.
Save wdalmut/bfc37ecff8a39f695faa to your computer and use it in GitHub Desktop.
symfony2 doctrine influxdb
doctrine:
dbal:
driver_class: Corley\DBAL\Driver\InfluxDB
host: %database_host%
port: %database_port%
dbname: %database_name%
user: %database_user%
password: %database_password%
orm:
auto_generate_proxy_classes: %kernel.debug%
auto_mapping: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment