Update .env.example
This commit is contained in:
10
.env.example
10
.env.example
@@ -39,6 +39,9 @@ FETCHER_SCOPES="public"
|
||||
LOG_LEVEL="INFO"
|
||||
|
||||
# Verification Settings
|
||||
EMAIL_PROVIDER=mailersend
|
||||
MAILERSEND_API_KEY=mlsn.xxxxxxxxxxxxxxxxxxx
|
||||
MAILERSEND_FROM_EMAIL=no-reply@xxxxxxx.mlsender.net
|
||||
ENABLE_TOTP_VERIFICATION=true
|
||||
TOTP_ISSUER="osu! server"
|
||||
TOTP_SERVICE_NAME="g0v0! Lazer Server"
|
||||
@@ -143,3 +146,10 @@ SAVE_REPLAYS=0
|
||||
REDIS_HOST=localhost
|
||||
SHARED_INTEROP_DOMAIN=http://localhost:8000
|
||||
SERVER_PORT=80
|
||||
|
||||
|
||||
|
||||
|
||||
ENABLE_TURNSTILE_VERIFICATION=true
|
||||
TURNSTILE_SECRET_KEY="1x0000000000000000000000000000000AA"
|
||||
TURNSTILE_DEV_MODE=true
|
||||
|
||||
Reference in New Issue
Block a user