From 968552ea4c228261f31510b86e900dde5b0bfe6a Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Wed, 7 Dec 2022 16:18:37 +0100 Subject: [PATCH] chore: clean up .env.sample --- .env.sample | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 9fc92ad..4388ad9 100644 --- a/.env.sample +++ b/.env.sample @@ -14,8 +14,6 @@ ADMIN_USER=admin SECRET_DB_ROOT_PASSWORD_VERSION=v1 SECRET_DB_PASSWORD_VERSION=v1 SECRET_ADMIN_PASSWORD_VERSION=v1 -SECRET_ONLYOFFICE_JWT_VERSION=v1 -SECRET_BBB_SECRET_VERSION=v1 EXTRA_VOLUME=/dev/null:/tmp/.dummy @@ -35,6 +33,10 @@ EXTRA_VOLUME=/dev/null:/tmp/.dummy # COMPOSE_FILE="$COMPOSE_FILE:compose.apps.yml" # APPS="calendar sociallogin onlyoffice" +# # ONLYOFFICE_URL=https://onlyoffice.example.com +# SECRET_ONLYOFFICE_JWT_VERSION=v1 +# # BBB_URL=https://talk.example.org/bigbluebutton/ # trailing slash! +# SECRET_BBB_SECRET_VERSION=v1