From bf20bda8f6f53f1556074cddd364fe5928904e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Lu=C3=ADs?= Date: Mon, 29 Apr 2024 16:21:21 -0300 Subject: [PATCH] update example .env --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 80c9613..35e6f42 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ HOSTNAME=localhost -API_TOKEN=["token1", "token2", "token3"] \ No newline at end of file +API_TOKEN=["token1", "token2", "token3"] +BOARD_TTL=300 \ No newline at end of file