From c711a2c3c3f98fd4dac626898752864eda514c11 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Fri, 21 Feb 2020 14:45:42 +0100 Subject: [PATCH] disable sasu backend by default --- config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 51cc438..ec033b5 100644 --- a/config.js +++ b/config.js @@ -6,11 +6,12 @@ var config = { showHelp: true, // Files to get data from versions: { - //'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend + //'SNAPSHOT': '/api/names/SNAPSHOT', // when using sasu backend 'SNAPSHOT': 'names-SNAPSHOT.json', '19.07.1': 'names-19.07.1.json', '18.06.7': 'names-18.06.7.json' }, - // Build custom images (Attented Sysupgrade server) - asu_url: '/api/build' + // Build custom images + // See https://github.com/aparcar/sasu + //asu_url: '/api/build' }; -- 2.30.2