You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wrangler.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ enabled = false
17
17
18
18
# Language setting (FR or EN)
19
19
LANGUAGE = "FR"
20
-
# Enable/disable cache (true/false) for limite api call between this worker and the kv storage, in Cloudflare free plan You have only 100 000 reads per day
20
+
# Enable/disable cache (true/false) for limite api call between this worker and the kv storage, in Cloudflare free plan You have only 100 000 reads per day
21
21
ENABLE_CACHE = false
22
22
# Cache duration in ms (default: 60000 = 1 minute)
23
23
CACHE_TTL_MS = 60000
@@ -29,9 +29,9 @@ ENABLE_4G_BANNER = true
29
29
TEXT_4G_BANNER_MESSAGE = "Attention des lenteurs peuvent survenir, ma fibre est H.S. Le serveur fonctionne en 4G !"
30
30
31
31
# Enable or disable UPS banner functionality (requires NUT server)
32
-
ENABLE_UPS_BANNER = false
32
+
ENABLE_UPS_BANNER = true
33
33
# Message for UPS banner when running on battery
34
-
TEXT_UPS_BANNER_MESSAGE = "Le serveur fonctionne sur onduleur (batterie). Une coupure de courant est en cours !"
34
+
TEXT_UPS_BANNER_MESSAGE = "Le serveur fonctionne batterie. Une coupure de courant est en cours !"
35
35
36
36
37
37
# Enable or disable the error reporting functionality
0 commit comments