Skip to content

Commit

Permalink
Merge pull request #15 from ramyferjani/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
jfroment authored Apr 28, 2021
2 parents e6656c0 + e6fcaea commit 7a5c309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General Traefik (reverse proxy) settings
TRAEFIK_DOMAIN=mydomain.com
ACME_MAIL=[email protected]
PILOT_TOKEN=mytraefiktoken # Keep it empty is not needed
PILOT_TOKEN=mytraefiktoken # Keep it empty if not needed

# General settings
TZ="Europe/Paris"
Expand All @@ -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
Expand All @@ -25,4 +25,4 @@ NEXTCLOUD_ADMIN_USER=admin
NEXTCLOUD_ADMIN_PASSWORD=h4ckMePleAse873214668

# Portainer
PORTAINER_ADMIN_PASSWORD=h4ckMePleAse
PORTAINER_ADMIN_PASSWORD=h4ckMePleAse

0 comments on commit 7a5c309

Please sign in to comment.