Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created January 12, 2017 17:02
Show Gist options
  • Save eS-IT/283f04d0ac3ed008c700a576f4c72f0f to your computer and use it in GitHub Desktop.
Save eS-IT/283f04d0ac3ed008c700a576f4c72f0f to your computer and use it in GitHub Desktop.
Contao 4: Erweiterung als Bundle - config.yml
# Doctrine configuration
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_mysql
host: "%database_host%"
port: "%database_port%"
user: "%database_user%"
password: "%database_password%"
dbname: "%database_name%"
charset: UTF8
orm:
entity_managers:
default:
mappings:
AcmeTestBundle: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment