diff --git a/example.env b/example.env index aee8973..39acea9 100644 --- a/example.env +++ b/example.env @@ -10,4 +10,4 @@ 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 handle this \ No newline at end of file +ALLOWED_USERS = '["id1", "id2", "idN"]' # must not be empty, at least one value #TODO need to handle this \ No newline at end of file