summaryrefslogtreecommitdiffstats
path: root/config.js
blob: 35c847b7a2f363410d153f448f27f0bf8d1d7052 (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': 'names-SNAPSHOT.json',
    '19.07.1': 'names-19.07.1.json',
    '18.06.7': 'names-18.06.7.json'
  },
  // Build custom images
  // See https://github.com/aparcar/sasu
  //asu_url: 'https://chef.libremesh.org'
};