From 85c3808f13d8935c64e17a7a8652339f2452f683 Mon Sep 17 00:00:00 2001 From: Kaede Fujisaki Date: Thu, 25 Feb 2021 06:51:53 +0900 Subject: [PATCH] config our value --- .env | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.env b/.env index 3e19c38..4deaf67 100644 --- a/.env +++ b/.env @@ -1,24 +1,24 @@ # Database / Postgres service configuration -POSTGRES_USER= -POSTGRES_PASSWORD= +POSTGRES_USER=peertube +POSTGRES_PASSWORD=peertube # Postgres database name "peertube" POSTGRES_DB=peertube # Editable only with a suffix : #POSTGRES_DB=peertube_prod #PEERTUBE_DB_SUFFIX=_prod -PEERTUBE_DB_USERNAME= -PEERTUBE_DB_PASSWORD= +PEERTUBE_DB_USERNAME=peertube +PEERTUBE_DB_PASSWORD=peertube # Default to Postgres service name "postgres" in docker-compose.yml PEERTUBE_DB_HOSTNAME=postgres # Server configuration -PEERTUBE_WEBSERVER_HOSTNAME= +PEERTUBE_WEBSERVER_HOSTNAME=motibus.hexe.net # If you do not use https and a reverse-proxy in docker-compose.yml #PEERTUBE_WEBSERVER_PORT=80 #PEERTUBE_WEBSERVER_HTTPS=false # If you need more than one IP as trust_proxy # pass them as a comma separated array: -PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"] +PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.16.0.0/12"] # E-mail configuration # If you use a Custom SMTP server @@ -28,16 +28,16 @@ PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"] # May be the hostname of your Custom SMTP server PEERTUBE_SMTP_HOSTNAME=postfix PEERTUBE_SMTP_PORT=25 -PEERTUBE_SMTP_FROM=noreply@ +PEERTUBE_SMTP_FROM=noreply@motibus.hexe.net PEERTUBE_SMTP_TLS=false PEERTUBE_SMTP_DISABLE_STARTTLS=false -PEERTUBE_ADMIN_EMAIL= +PEERTUBE_ADMIN_EMAIL=kaede@hexe.net # Postfix service configuration -POSTFIX_myhostname= +POSTFIX_myhostname=motibus.hexe.net # If you need to generate a list of sub/DOMAIN keys # pass them as a whitespace separated string = -OPENDKIM_DOMAINS==peertube +OPENDKIM_DOMAINS=motibus.hexe.net=peertube # see https://github.com/wader/postfix-relay/pull/18 OPENDKIM_RequireSafeKeys=no