update .env.example formatting

This commit is contained in:
ClaraCrazy 2025-12-12 23:10:51 +01:00
parent d59a81c838
commit 1f8cad55d4
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -21,6 +21,10 @@ IMAP_REFRESH_INTERVAL_SECONDS=60 # Refresh interval for checking new emails
# --- HTTP / WEB CONFIGURATION ---
HTTP_PORT=3000 # Port
HTTP_BRANDING=["48hr.email","CrazyCo","https://crazyco.xyz"]
HTTP_DISPLAY_SORT=2
HTTP_HIDE_OTHER=false
HTTP_BRANDING=["48hr.email","CrazyCo","https://crazyco.xyz"] # [service_title, company_name, company_url]
HTTP_DISPLAY_SORT=2 # Domain display sorting:
# 0 = no change,
# 1 = alphabetical,
# 2 = alphabetical + first item shuffled,
# 3 = shuffle all
HTTP_HIDE_OTHER=false # true = only show first domain, false = show all