From 0eff42e1dfaec542783bafba1f3b30c26f0dd221 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Fri, 28 Oct 2016 00:41:27 +0200 Subject: [PATCH] Rename .env to .env.dist and fix freeposte refs Ensure people can have their own config and adopt the new name in the default settings. --- .env => .env.dist | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename .env => .env.dist (85%) diff --git a/.env b/.env.dist similarity index 85% rename from .env rename to .env.dist index 172a3641..79c18d94 100644 --- a/.env +++ b/.env.dist @@ -1,4 +1,4 @@ -# Freeposte.io main configuration file +# Mailu main configuration file # # Most configuration variables can be modified through the Web interface, # these few settings must however be configured before starting the mail @@ -8,10 +8,10 @@ # Common configuration variables ################################### -# Set this to the path where Freeposte data and configuration is stored -ROOT=/freeposte +# Set this to the path where Mailu data and configuration is stored +ROOT=/mailu -# Freeposte version to run (stable, 1.0, 1.1, etc. or latest) +# Mailu version to run (stable, 1.0, 1.1, etc. or latest) VERSION=stable # Set to a randomly generated 16 bytes string @@ -21,16 +21,16 @@ SECRET_KEY=ChangeMeChangeMe BIND_ADDRESS=127.0.0.1 # Main mail domain -DOMAIN=freeposte.io +DOMAIN=mailu.io # Exposed mail-server hostname -HOSTNAME=mail.freeposte.io +HOSTNAME=mail.mailu.io # Postmaster local part (will append the main mail domain) POSTMASTER=admin # Docker-compose project name, this will prepended to containers names. -COMPOSE_PROJECT_NAME=freeposte +COMPOSE_PROJECT_NAME=mailu ################################### # Optional features