rename profiles.json to overview.json (#45)
[web/firmware-selector-openwrt-org.git] / config.js
index bc233c65e7e029e96835f8be360747e5ddc17dfb..6048dd62ccbfd470c77d9924d26820c173d0e08c 100644 (file)
--- a/config.js
+++ b/config.js
@@ -1,17 +1,15 @@
-
 var config = {
   // Default language, see i18n.js
   language: 'en',
   // Show help text for images
   showHelp: true,
-  // Files to get data from
+  // Image overview file or path to the ASU API
   versions: {
-  //'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend
-    'SNAPSHOT': 'names-SNAPSHOT.json',
-    '19.07.1': 'names-19.07.1.json',
-    '18.06.7': 'names-18.06.7.json'
+    'SNAPSHOT': 'misc/snapshot/overview.json',
+    '19.07.1': 'misc/19.07.1/overview.json',
+    '18.06.7': 'misc/18.06.7/overview.json'
   },
-  // Optional: Attended Sysupgrade Feature
   // Build custom images
-  asu_url: '/api/build'
+  // See https://github.com/aparcar/asu
+  //asu_url: 'https://chef.libremesh.org'
 };