From 594d37226945a1dc140f7fd047e801663a0e1293 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Tue, 18 Feb 2020 14:42:51 +0100 Subject: [PATCH] disable asu by default --- config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index bc233c6..63bfb09 100644 --- a/config.js +++ b/config.js @@ -11,7 +11,6 @@ var config = { '19.07.1': 'names-19.07.1.json', '18.06.7': 'names-18.06.7.json' }, - // Optional: Attended Sysupgrade Feature - // Build custom images - asu_url: '/api/build' + // Build custom images (Attented Sysupgrade server) + //asu_url: '/api/build' }; -- 2.30.2