db-vendo-client/p/sbahn-muenchen/index.js

23 lines
413 B
JavaScript
Raw Normal View History

2018-09-07 19:56:05 +02:00
'use strict'
const baseProfile = require('./base.json')
2018-09-07 19:56:05 +02:00
const products = require('./products')
const sBahnMunichProfile = {
...baseProfile,
2018-09-07 19:56:05 +02:00
locale: 'de-DE',
timezone: 'Europe/Berlin',
salt: Buffer.from('ggnvMVV8RTt67gh1', 'utf8'),
addMicMac: true,
products,
refreshJourneyUseOutReconL: true,
2018-09-07 19:56:05 +02:00
trip: true,
radar: true,
refreshJourney: true,
reachableFrom: true
}
module.exports = sBahnMunichProfile