Update mail settings

This commit is contained in:
Sebastian Serth
2020-05-15 15:45:46 +02:00
parent fea394a1d2
commit 72d1511a79
6 changed files with 1 additions and 34 deletions

View File

@@ -138,7 +138,7 @@ admin@example.org:admin
```
- Get a local copy of the config files:
```shell script
for f in action_mailer.yml database.yml secrets.yml sendmail.yml smtp.yml code_ocean.yml docker.yml.erb mnemosyne.yml
for f in action_mailer.yml database.yml secrets.yml code_ocean.yml docker.yml.erb mnemosyne.yml
do
if [ ! -f config/$f ]
then