From e6fcaea9fa502cba5c407b92132b9fc742a685f8 Mon Sep 17 00:00:00 2001 From: Ramy Ferjani <32905536+ramyferjani@users.noreply.github.com> Date: Wed, 14 Apr 2021 00:10:28 +0200 Subject: [PATCH] Fix typos I think there are some typos in the .env.sample file --- .env.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.sample b/.env.sample index 5eacaad..ebd6581 100644 --- a/.env.sample +++ b/.env.sample @@ -1,7 +1,7 @@ # General Traefik (reverse proxy) settings TRAEFIK_DOMAIN=mydomain.com ACME_MAIL=my-email@my-provider.com -PILOT_TOKEN=mytraefiktoken # Keep it empty is not needed +PILOT_TOKEN=mytraefiktoken # Keep it empty if not needed # General settings TZ="Europe/Paris" @@ -14,7 +14,7 @@ HTTP_PASSWORD='mypassword_encoded' # Keep these simple quotes! PGID=1000 PUID=1000 -# Database (for Owncloud) +# Database (for Nextcloud) MYSQL_ROOT_PASSWORD=h4ckMePleAse889912101 MYSQL_DATABASE=nextcloud MYSQL_USER=nextcloud @@ -25,4 +25,4 @@ NEXTCLOUD_ADMIN_USER=admin NEXTCLOUD_ADMIN_PASSWORD=h4ckMePleAse873214668 # Portainer -PORTAINER_ADMIN_PASSWORD=h4ckMePleAse \ No newline at end of file +PORTAINER_ADMIN_PASSWORD=h4ckMePleAse