disable sasu backend by default
authorMoritz Warning <moritzwarning@web.de>
Fri, 21 Feb 2020 13:45:42 +0000 (14:45 +0100)
committerMoritz Warning <moritzwarning@web.de>
Fri, 21 Feb 2020 13:45:42 +0000 (14:45 +0100)
config.js

index 51cc438d96ffd57ecce9e1fe57fd13afa0020342..ec033b597a78c6d619fbc3af1ed077583e80bcdc 100644 (file)
--- 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'
 };