summaryrefslogtreecommitdiff
path: root/dotenv
diff options
context:
space:
mode:
authorjfederico <jesus@123it.ca>2020-04-25 09:58:29 -0400
committerjfederico <jesus@123it.ca>2020-04-27 22:44:34 -0400
commita6e93f19e3147e2e21d4a838e6e232c9a99f8684 (patch)
tree620036dbe7e93800a8b1140c5b4990275eba45c7 /dotenv
parente3683c4abdd6abb055eee83b6d412c2dcf1ac8ff (diff)
downloadscalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.tar.gz
scalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.tar.bz2
scalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.zip
Added new version
Updated init-letsencrypt updated init-letsencrypt with docker-compose-init updated init-letsencrypt with docker-compose-init restored init-letsencrypt updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot added certbot to scalelite-nginx fixed settings for acme-challenge added blacklist updated init-letsencrypt for working with scaleite-nginx Removed unnecessary files percisted certbot logs and added env options to init-letsencrypt
Diffstat (limited to 'dotenv')
-rw-r--r--dotenv26
1 files changed, 23 insertions, 3 deletions
diff --git a/dotenv b/dotenv
index 133332d..1b22b76 100644
--- a/dotenv
+++ b/dotenv
@@ -1,3 +1,23 @@
-HOST_NAME=sl.xlab.blindside-dev.com
-REDIS_URL=redis://redis:6379
-DATABASE_URL=postgres://postgres:password@postgres:5432/scalelite?pool=5
+### Required by scalelite-api
+# SECRET_KEY_BASE=
+# LOADBALANCER_SECRET=
+#
+### Required by scalelite-api and scalelite-poller
+# REDIS_URL=
+#
+### Required by scalelite-api and scalelite-recording-importer
+# DATABASE_URL=
+# SCALELITE_RECORDING_DIR=/mnt/scalelite-recordings/var/bigbluebutton
+#
+### Required by scalelite-nginx (only When using SSL)
+# NGINX_SSL=true
+# SCALELITE_NGINX_EXTRA_OPTS=--mount type=bind,source=/etc/letsencrypt,target=/etc/nginx/ssl,readonly
+# URL_HOST=
+#
+### Required when when specific repo or version (other than defaults) are needed
+# SCALELITE_REPO=blindsidenetwks
+# SCALELITE_TAG=v1
+#
+### Optional for postgres when using docker-compose
+# POSTGRES_USER=
+# POSTGRES_PASSWORD=