1
0
Fork 0

feat: add .env.example

user-stream
Paul Makles 2023-08-25 18:36:41 +01:00
parent cd4e01d9c6
commit 3f73a5abb9
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6
1 changed files with 24 additions and 0 deletions

24
.env.example Normal file
View File

@ -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