21 lines
575 B
YAML
21 lines
575 B
YAML
#connections:
|
|
# default:
|
|
# connection:
|
|
# driver: pdo_mysql
|
|
# dbname: doughnut
|
|
# password: doughnut
|
|
# user: doughnut
|
|
# host: mysql
|
|
# annotation_autoloaders:
|
|
# - 'class_exists'
|
|
# metadata_mapping:
|
|
# - type: 'Jgut\Slim\Doctrine\ManagerBuilder::METADATA_MAPPING_ANNOTATION'
|
|
# path: ['__DIR__ . /../src/Sikofitt/App/Entity']
|
|
dbs.options:
|
|
default:
|
|
driver: pdo_mysql
|
|
host: mysql
|
|
dbname: doughnut
|
|
user: doughnut
|
|
password: doughnut
|