summaryrefslogtreecommitdiffstats
path: root/www/config.js
blob: 78adfb066d3f1e46941fd3c08136e141eee8096a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
var config = {
  // Default language, see i18n.js
  language: 'en',
  // Show help text for images
  showHelp: true,
  // Image overview file or path to the ASU API
  versions: {
    'SNAPSHOT': '../misc/snapshot/overview.json',
    '19.07.1': '../misc/19.07.1/overview.json',
    '18.06.7': '../misc/18.06.7/overview.json'
  },
  // Build custom images
  // See https://github.com/aparcar/asu
  //asu_url: 'https://chef.libremesh.org'
};