1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-11 17:51:02 +00:00

Remove useless spaces

This commit is contained in:
Jeremy Benoist 2016-06-24 11:28:07 +02:00
parent fb5c17a9ab
commit 2bc9cad78e
6 changed files with 48 additions and 42 deletions

View file

@ -5,17 +5,19 @@ imports:
framework: framework:
#esi: ~ #esi: ~
translator: { fallback: "%locale%" } translator:
enabled: true
fallback: "%locale%"
secret: "%secret%" secret: "%secret%"
router: router:
resource: "%kernel.root_dir%/config/routing.yml" resource: "%kernel.root_dir%/config/routing.yml"
strict_requirements: ~ strict_requirements: ~
form: ~ form: ~
csrf_protection: ~ csrf_protection: ~
validation: { enable_annotations: true } validation:
enable_annotations: true
templating: templating:
engines: ['twig'] engines: ['twig']
#assets_version: SomeVersionScheme
default_locale: "%locale%" default_locale: "%locale%"
trusted_hosts: ~ trusted_hosts: ~
trusted_proxies: ~ trusted_proxies: ~
@ -111,7 +113,8 @@ swiftmailer:
host: "%mailer_host%" host: "%mailer_host%"
username: "%mailer_user%" username: "%mailer_user%"
password: "%mailer_password%" password: "%mailer_password%"
spool: { type: memory } spool:
type: memory
fos_rest: fos_rest:
param_fetcher_listener: true param_fetcher_listener: true

View file

@ -5,7 +5,8 @@ framework:
router: router:
resource: "%kernel.root_dir%/config/routing_dev.yml" resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true strict_requirements: true
profiler: { only_exceptions: false } profiler:
only_exceptions: false
web_profiler: web_profiler:
toolbar: true toolbar: true

View file

@ -8,7 +8,9 @@ security:
providers: providers:
administrators: administrators:
entity: { class: WallabagUserBundle:User, property: username } entity:
class: WallabagUserBundle:User
property: username
fos_userbundle: fos_userbundle:
id: fos_user.user_provider.username id: fos_user.user_provider.username