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

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 sasu backend
    'SNAPSHOT': 'misc/names-SNAPSHOT.json',
    '19.07.1': 'misc/names-19.07.1.json',
    '18.06.7': 'misc/names-18.06.7.json'
  },
  // Build custom images
  // See https://github.com/aparcar/asu
  //asu_url: 'https://chef.libremesh.org'
};