From 3f73a5abb9258768e8dad3f3ac8bdc973504851f Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Fri, 25 Aug 2023 18:36:41 +0100 Subject: [PATCH] feat: add .env.example --- .env.example | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..45d3223 --- /dev/null +++ b/.env.example @@ -0,0 +1,24 @@ +# Revolt instance +REDIS= +MONGODB= + +# Authentication +AUTHENTIK_ID= +AUTHENTIK_SECRET= +AUTHENTIK_ISSUER=https://sso.revolt.chat/application/o/admin-panel + +# Next Auth +NEXTAUTH_SECRET= +NEXTAUTH_URL=https://admin.revolt.chat + +# Web server +PORT=3000 + +# Notifications using ntfy.sh +NTFY_SERVER=https://ntfy.revolt.wtf +NTFY_TOPIC=reports +NTFY_USERNAME=admin-panel +NTFY_PASSWORD= + +# Debugging +# BYPASS_ACL=1