diff options
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config.example.yaml b/config.example.yaml index d5355da..81297c5 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -40,8 +40,12 @@ display: # false = Grow dynamically as pings come in ping_fixed_slots: true - # Timezone for display (e.g., "UTC", "America/New_York", "Local") - timezone: "Local" + # Timezone for display: + # "Browser" - Use visitor's browser timezone (recommended for public status pages) + # "Local" - Use server's local timezone + # "UTC" - Use UTC timezone + # "America/New_York" - Use specific IANA timezone (e.g., "Europe/London", "Asia/Tokyo") + timezone: "Browser" # Show the theme toggle button (true by default) # Set to false to hide the light/dark mode toggle |