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