Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Feb 1, 2019
2 parents 3320357 + 0fb0994 commit e71a6be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 5.1.2

* Merged https://github.com/os2display/admin/pull/17

## 5.1.1

* Updated symfony/symfony: 2.8.44
Expand Down
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ swiftmailer:
transport: "%mailer_transport%"
host: "%mailer_host%"
username: "%mailer_user%"
port: "%mailer_port%"
password: "%mailer_password%"
spool: { type: memory }

Expand Down
1 change: 1 addition & 0 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parameters:

mailer_transport: sendmail
mailer_host: 127.0.0.1
mailer_port: 25
mailer_user: ~
mailer_password: ~
mailer_from_email: [email protected]
Expand Down

0 comments on commit e71a6be

Please sign in to comment.