2 - { resource: parameters.yml }
3 - { resource: security.yml }
4 - { resource: services.yml }
13 resource: "%kernel.root_dir%/config/routing.yml"
14 strict_requirements: ~
18 enable_annotations: true
21 default_locale: "%locale%"
25 # handler_id set to null will use default session handler from php.ini
26 handler_id: session.handler.native_file
27 save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
29 http_method_override: true
34 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
55 registration_enabled: "%fosuser_registration%"
58 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']
59 resource_dir: "%kernel.root_dir%/../web/uploads/import"
63 debug: "%kernel.debug%"
64 strict_variables: "%kernel.debug%"
66 - "LexikFormFilterBundle:Form:form_div_layout.html.twig"
68 # Doctrine Configuration
71 driver: "%database_driver%"
72 host: "%database_host%"
73 port: "%database_port%"
74 dbname: "%database_name%"
75 user: "%database_user%"
76 password: "%database_password%"
78 path: "%database_path%"
82 auto_generate_proxy_classes: "%kernel.debug%"
87 stof_doctrine_extensions:
88 default_locale: "%locale%"
89 translation_fallback: true
96 dir_name: "%kernel.root_dir%/DoctrineMigrations"
97 namespace: Application\Migrations
98 table_name: migration_versions
99 name: Application Migrations
101 # Swiftmailer Configuration
103 transport: "%mailer_transport%"
104 host: "%mailer_host%"
105 username: "%mailer_user%"
106 password: "%mailer_password%"
111 param_fetcher_listener: true
113 format_listener: true
115 view_response_listener: 'force'
123 failed_validation: HTTP_BAD_REQUEST
131 name: wallabag API documentation
135 allow_credentials: false
146 allow_headers: ['X-Custom-Auth']
147 allow_methods: ['POST', 'PUT', 'PATCH','GET', 'DELETE']
151 allow_headers: ['X-Custom-Auth']
152 allow_methods: ['POST', 'PUT', 'GET', 'DELETE']
156 allow_origin: ['^http://localhost:[0-9]+']
157 allow_headers: ['X-Custom-Auth']
158 allow_methods: ['POST', 'PUT', 'GET', 'DELETE']
163 load_controllers: false
167 autodetect_theme: wallabag_core.helper.detect_active_theme
171 - "%%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%%"
175 firewall_name: secured_area
176 user_class: Wallabag\UserBundle\Entity\User
179 enabled: "%fosuser_confirmation%"
181 address: "%from_email%"
182 sender_name: wallabag
185 client_class: Wallabag\ApiBundle\Entity\Client
186 access_token_class: Wallabag\ApiBundle\Entity\AccessToken
187 refresh_token_class: Wallabag\ApiBundle\Entity\RefreshToken
188 auth_code_class: Wallabag\ApiBundle\Entity\AuthCode
190 user_provider: fos_user.user_manager
195 cookie_name: wllbg_trusted_computer
196 cookie_lifetime: 2592000
199 enabled: "%twofactor_auth%"
200 sender_email: "%twofactor_sender%"
202 template: WallabagUserBundle:Authentication:form.html.twig
203 mailer: wallabag_user.auth_code_mailer
214 class: 'Lexik\Bundle\MaintenanceBundle\Drivers\DatabaseDriver'
217 status: "wallabag Service Temporarily Unavailable"
222 host: "%rabbitmq_host%"
223 port: "%rabbitmq_port%"
224 user: "%rabbitmq_user%"
225 password: "%rabbitmq_password%"
232 name: 'wallabag.import.pocket'
237 name: 'wallabag.import.readability'
242 name: 'wallabag.import.wallabag_v1'
247 name: 'wallabag.import.wallabag_v2'
253 name: 'wallabag.import.pocket'
256 name: 'wallabag.import.pocket'
257 callback: wallabag_import.consumer.amqp.pocket
261 name: 'wallabag.import.readability'
264 name: 'wallabag.import.readability'
265 callback: wallabag_import.consumer.amqp.readability
269 name: 'wallabag.import.wallabag_v1'
272 name: 'wallabag.import.wallabag_v1'
273 callback: wallabag_import.consumer.amqp.wallabag_v1
277 name: 'wallabag.import.wallabag_v2'
280 name: 'wallabag.import.wallabag_v2'
281 callback: wallabag_import.consumer.amqp.wallabag_v2