Update .env.example

This commit is contained in:
咕谷酱
2025-10-12 02:52:22 +08:00
parent 73d25c7604
commit a8af03a464

View File

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