diff --git a/example.env b/example.env index 39acea9..9d92a4a 100644 --- a/example.env +++ b/example.env @@ -10,4 +10,5 @@ SD_PORT = '7861' SD_USERNAME = 'user' SD_PASSWORD = '1234' DEBUG = 'no' # 'yes' to debug -ALLOWED_USERS = '["id1", "id2", "idN"]' # must not be empty, at least one value #TODO need to handle this \ No newline at end of file +# ids are type int +ALLOWED_USERS = '[id1, id2, idN]' # must not be empty, at least one value #TODO need to handle this \ No newline at end of file