2016-09-22 13:56:57 +02:00
|
|
|
imports:
|
|
|
|
|
- { resource: parameters_dev.yml }
|
|
|
|
|
- { resource: config.yml }
|
|
|
|
|
|
|
|
|
|
framework:
|
|
|
|
|
router:
|
|
|
|
|
resource: "%kernel.root_dir%/config/routing_dev.yml"
|
|
|
|
|
strict_requirements: true
|
|
|
|
|
profiler: { only_exceptions: false }
|
|
|
|
|
|
|
|
|
|
web_profiler:
|
|
|
|
|
toolbar: true
|
|
|
|
|
intercept_redirects: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Swiftmailer Configuration
|
|
|
|
|
swiftmailer:
|
|
|
|
|
transport: "%mailer_transport%"
|
|
|
|
|
host: "%mailer_host%"
|
|
|
|
|
username: "%mailer_user%"
|
|
|
|
|
password: "%mailer_password%"
|
|
|
|
|
spool: { type: memory }
|
|
|
|
|
|
|
|
|
|
monolog:
|
|
|
|
|
handlers:
|
|
|
|
|
main:
|
|
|
|
|
type: stream
|
|
|
|
|
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
|
|
|
|
level: debug
|
|
|
|
|
channels: [!event]
|
|
|
|
|
console:
|
|
|
|
|
type: console
|
|
|
|
|
channels: [!event, !doctrine]
|
2016-11-25 17:54:39 +01:00
|
|
|
|
2016-12-11 15:10:25 +01:00
|
|
|
parameters:
|
|
|
|
|
facebook.api: 320599508311862
|
2016-12-21 16:15:25 +01:00
|
|
|
facebook.api-secret: 18d4f48cdd274bccee2678e5eff3f557
|
2016-12-11 15:10:25 +01:00
|
|
|
facebook.version: 'v2.8'
|
2016-12-21 16:15:25 +01:00
|
|
|
facebook.scope: 'public_profile,email,user_friends'
|
2016-12-18 19:51:41 +01:00
|
|
|
mineseeker.websocket: 6450
|