refactor: drop comments, making a move on that

This commit is contained in:
decentral1se 2022-01-05 17:00:31 +01:00
parent 03ba3a6b14
commit c024d0287e
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 16 deletions

View File

@ -6,20 +6,6 @@ DOMAIN=outline.example.com
#EXTRA_DOMAINS=', `www.outline.example.com`'
LETS_ENCRYPT_ENV=production
#hard coded, secret or.... legit exposed as config options. Or things we might want to make optional configuration with separate compose file
# 👋 Welcome, we're glad you're setting up an installation of Outline. Copy this
# file to .env or set the variables in your local environment manually. For
# development with docker this should mostly work out of the box other than
# setting the Slack keys and the SECRET_KEY.
# REQUIRED
# Generate a hex-encoded 32-byte random key. You should use `openssl rand -hex 32`
@ -35,7 +21,6 @@ UTILS_SECRET=generate_a_new_key
# Uncomment this to disable SSL for connecting to Postgres
# PGSSLMODE=disable
# URL should point to the fully qualified, publicly accessible URL. If using a
# proxy the port in URL and PORT may be different.
@ -60,7 +45,6 @@ AWS_S3_UPLOAD_MAX_SIZE=26214400
AWS_S3_FORCE_PATH_STYLE=true
AWS_S3_ACL=private
# AUTHENTICATION
# Third party signin credentials, at least ONE OF EITHER Google, Slack,