You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
745 B
JavaScript

'use strict';
/*
* App config for production.
*/
module.exports = {
environment: 'production',
api: 'https://api.opensensemap.org',
title: 'Begga Weer',
senseBox: {
id: '5b26181b1fef04001b69093c',
'sensorId--rain': '5cd6818eff898b001a7366d8',
'sensorId--windSpeed': '5cd6818eff898b001a7366d7',
'sensorId--windDir': '5cd6818eff898b001a7366d6',
'sensorId--pm25': '5b26181b1fef04001b69093d',
'sensorId--pm10': '5b26181b1fef04001b69093e',
'sensorId--uv': '5b26181b1fef04001b69093f',
'sensorId--luminosity': '5b26181b1fef04001b690940',
'sensorId--pressure': '5b26181b1fef04001b690941',
'sensorId--humidity': '5b26181b1fef04001b690942',
'sensorId--temperature': '5b26181b1fef04001b690943'
}
};