mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-14 13:56:32 +01:00
update .env.example formatting
This commit is contained in:
parent
d59a81c838
commit
1f8cad55d4
1 changed files with 21 additions and 17 deletions
10
.env.example
10
.env.example
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue