From 5921e1897755550394aae66b0bcd53e1864c7d90 Mon Sep 17 00:00:00 2001 From: kls Date: Sun, 11 Feb 2024 11:32:30 +0300 Subject: [PATCH] add some specificity --- example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env b/example.env index fce50d8..b4325f7 100644 --- a/example.env +++ b/example.env @@ -12,4 +12,4 @@ SD_PASSWORD = '1234' DEBUG = 'no' # 'yes' to debug # ids are type int #ALLOWED_USERS = '[id1, id2, idN]' -ALLOWED_USERS = '[]' \ No newline at end of file +ALLOWED_USERS = '[]' # for public access \ No newline at end of file