summaryrefslogtreecommitdiffstats
path: root/config.js
blob: 63bfb0983bb85e585c87793fd4c43d2e5a2e5c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

var config = {
  // Default language, see i18n.js
  language: 'en',
  // Show help text for images
  showHelp: true,
  // Files to get data from
  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'
  },
  // Build custom images (Attented Sysupgrade server)
  //asu_url: '/api/build'
};