Fix typos

I think there are some typos in the .env.sample file
This commit is contained in:
Ramy Ferjani 2021-04-14 00:10:28 +02:00 committed by GitHub
parent ad0dc79fed
commit e6fcaea9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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