From 27bef3bd67220d4c5838306d3d51c230b1564470 Mon Sep 17 00:00:00 2001 From: "Florian Meissner, DL1MRV" Date: Fri, 14 Jul 2023 15:36:11 +0200 Subject: [PATCH] Added human readable host names --- nginx.env | 3 +++ php.env | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 php.env diff --git a/nginx.env b/nginx.env index 83d92e4..0c070ff 100644 --- a/nginx.env +++ b/nginx.env @@ -34,3 +34,6 @@ PHP_HOST=frontend-php # Host URL of this service NGINX_HOST=www.european-airports.org + +# Human readable hostname +HOSTNAME_HR=frontend-nginx diff --git a/php.env b/php.env new file mode 100644 index 0000000..657b66a --- /dev/null +++ b/php.env @@ -0,0 +1,33 @@ +# **************************************************************************************************** +# * ______ _ _ * +# * | ____| /\ (_) | | * +# * | |__ _ _ _ __ ___ _ __ ___ __ _ _ __ / \ _ _ __ _ __ ___ _ __| |_ ___ * +# * | __|| | | | '__/ _ \| '_ \ / _ \/ _` | '_ \ / /\ \ | | '__| '_ \ / _ \| '__| __/ __| * +# * | |___| |_| | | | (_) | |_) | __/ (_| | | | | / ____ \| | | | |_) | (_) | | | |_\__ \ * +# * |______\__,_|_| \___/| .__/ \___|\__,_|_| |_| /_/ \_\_|_| | .__/ \___/|_| \__|___/ * +# * | | | | * +# * |_| |_| * +# * * +# **************************************************************************************************** + +# This file is part of the European Airports Project, a free, collaborative platform of airport data +# extending beyond the official AIPs. + +# Copyright (C) 2023 + +# Florian Meissner + +# This program is free software: you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. This program is distributed in the +# hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. You should have received a copy of the GNU General Public License along with this program. +# (license.md in the root folder of this project) If not, see . + + +# Service specific environment variables for the PHP service. + +# Human readable hostname +HOSTNAME_HR=frontend-php + \ No newline at end of file