mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update env
This commit is contained in:
parent
58804e2845
commit
16fd0952f5
@ -1,8 +1,21 @@
|
||||
# Auth token signing ley
|
||||
JWT_SECRET="change_me"
|
||||
|
||||
# MongoDB
|
||||
DB_HOSTNAME=""
|
||||
DB_NAME=""
|
||||
DB_USER=""
|
||||
DB_PWD=""
|
||||
|
||||
# Redis
|
||||
REDIS_AUTH=""
|
||||
REDIS_HOST=""
|
||||
REDIS_NO_AUTH=false
|
||||
REDIS_PASSWORD=""
|
||||
REDIS_PORT=6379
|
||||
REDIS_USERNAME="default"
|
||||
|
||||
# Standard S3
|
||||
S3_ENDPOINT=""
|
||||
S3_REGION=""
|
||||
S3_PORT=""
|
||||
@ -11,8 +24,18 @@ S3_BUCKET=""
|
||||
S3_ACCESS_KEY=""
|
||||
S3_SECRET_KEY=""
|
||||
|
||||
SERVER_TOKEN="change_me"
|
||||
# Backblaze B2 Premium Object Storage
|
||||
B2_APP_KEY=""
|
||||
B2_BUCKET=""
|
||||
B2_BUCKET_ID=""
|
||||
B2_CDN_ENDPOINT=""
|
||||
B2_ENDPOINT=""
|
||||
B2_KEY_ID=""
|
||||
B2_KEY_NAME=""
|
||||
|
||||
STREAMING_INGEST_SERVER=""
|
||||
STREAMING_API_SERVER=""
|
||||
SYNC_ENCRIPT_SECRET="change_me"
|
||||
# SMTP For (EMS) service
|
||||
SMTP_HOSTNAME="mail.example.com"
|
||||
SMTP_PASSWORD=""
|
||||
SMTP_PORT=587
|
||||
SMTP_SECURE=false
|
||||
SMTP_USERNAME="noreply@example.com"
|
Loading…
x
Reference in New Issue
Block a user