aswi2020sebela-gitlab/website/config/packages/doctrine_mongodb.yaml @ 24300f62
1 | 1cfcde53 | Tomáš Ballák | doctrine_mongodb: |
---|---|---|---|
2 | auto_generate_proxy_classes: true |
||
3 | auto_generate_hydrator_classes: true |
||
4 | connections: |
||
5 | default: |
||
6 | server: 'mongodb://192.168.2.245:27017' |
||
7 | options: |
||
8 | username: root |
||
9 | password: root |
||
10 | default_database: '%env(resolve:MONGODB_DB)%' |
||
11 | document_managers: |
||
12 | default: |
||
13 | auto_mapping: true |
||
14 | mappings: |
||
15 | App: |
||
16 | is_bundle: false |
||
17 | type: annotation |
||
18 | dir: '%kernel.project_dir%/src/Document' |
||
19 | prefix: 'App\Document' |
||
20 | alias: App |