Created
July 1, 2015 06:34
-
-
Save wdalmut/bfc37ecff8a39f695faa to your computer and use it in GitHub Desktop.
symfony2 doctrine influxdb
This file contains 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: | |
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