diff options
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index efaf396e..205e0f66 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -44,5 +44,11 @@ monolog: | |||
44 | assetic: | 44 | assetic: |
45 | use_controller: true | 45 | use_controller: true |
46 | 46 | ||
47 | #swiftmailer: | 47 | swiftmailer: |
48 | # delivery_address: me@example.com | 48 | # see http://mailcatcher.me/ |
49 | transport: smtp | ||
50 | host: 'localhost' | ||
51 | port: 1025 | ||
52 | username: null | ||
53 | password: null | ||
54 | |||