]> git.immae.eu Git - github/wallabag/wallabag.git/commit - composer.json
SMTP configuration through environment 1518/head
authorMathieu Bruyen <code@mais-h.eu>
Thu, 26 Nov 2015 08:20:23 +0000 (09:20 +0100)
committerMathieu Bruyen <code@mais-h.eu>
Thu, 26 Nov 2015 09:44:03 +0000 (10:44 +0100)
commit59507c5b24a0f4d68e5798dd9fa995d1e6dac416
tree68362ee57075f1b733b53360d81982bc947155aa
parent0a0c600887dde4cc755de0862a3301830c415882
SMTP configuration through environment

Configuring SMTP parameters required to be written in files which is not
convenient when using docker containers as the credentials need to be in
the filesystem.

Created environment parameters override for those parameters. A new build
script created in order to generate those parameters right before
launching the application.
composer.json