Skip to content

Commit

Permalink
Replace HOSTNAME environment variable with SMTP_DOMAIN (fixes friendi…
Browse files Browse the repository at this point in the history
  • Loading branch information
nupplaphil committed Feb 25, 2020
1 parent fbfa30b commit 4bef1ba
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions 2019.12/apache/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@
}
}

if (!empty(getenv('HOSTNAME'))) {
$config['config']['hostname'] = getenv('HOSTNAME');
}

return $config;
4 changes: 0 additions & 4 deletions 2019.12/fpm-alpine/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@
}
}

if (!empty(getenv('HOSTNAME'))) {
$config['config']['hostname'] = getenv('HOSTNAME');
}

return $config;
4 changes: 0 additions & 4 deletions 2019.12/fpm/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@
}
}

if (!empty(getenv('HOSTNAME'))) {
$config['config']['hostname'] = getenv('HOSTNAME');
}

return $config;
4 changes: 0 additions & 4 deletions 2020.03-dev/apache/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@
}
}

if (!empty(getenv('HOSTNAME'))) {
$config['config']['hostname'] = getenv('HOSTNAME');
}

return $config;
4 changes: 0 additions & 4 deletions 2020.03-dev/fpm-alpine/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@
}
}

if (!empty(getenv('HOSTNAME'))) {
$config['config']['hostname'] = getenv('HOSTNAME');
}

return $config;
4 changes: 0 additions & 4 deletions 2020.03-dev/fpm/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@
}
}

if (!empty(getenv('HOSTNAME'))) {
$config['config']['hostname'] = getenv('HOSTNAME');
}

return $config;

0 comments on commit 4bef1ba

Please sign in to comment.