remove openwrt.org specific paths
[web/firmware-selector-openwrt-org.git] / config.js
1
2 var config = {
3 // Default language, see i18n.js
4 language: 'en',
5 // Show help text for images
6 showHelp: true,
7 // Files to get data from
8 versions: {
9 //'SNAPSHOT': '/api/names/SNAPSHOT', // when using sasu backend
10 'SNAPSHOT': 'misc/names-SNAPSHOT.json',
11 '19.07.1': 'misc/names-19.07.1.json',
12 '18.06.7': 'misc/names-18.06.7.json'
13 },
14 // Build custom images
15 // See https://github.com/aparcar/asu
16 //asu_url: 'https://chef.libremesh.org'
17 };