add LINZ API key to settings

This commit is contained in:
2018-10-17 18:26:49 +02:00
parent 28a7693c4d
commit a90b5bb469

View File

@@ -10,6 +10,7 @@ class Settings
const TEXT_ENC = 'UTF-8'; const TEXT_ENC = 'UTF-8';
const TIMEZONE = 'Europe/Paris'; const TIMEZONE = 'Europe/Paris';
const MAPBOX_KEY = ''; const MAPBOX_KEY = '';
const LINZ_KEY = '';
const MODE = Spot::MODE_BLOG; //Spot::MODE_HISTO/MODE_BLOG const MODE = Spot::MODE_BLOG; //Spot::MODE_HISTO/MODE_BLOG
const HISTO_SPAN = array('from'=>'2015-12-29 00:00:00', 'to'=>'2016-02-23 23:59:59'); const HISTO_SPAN = array('from'=>'2015-12-29 00:00:00', 'to'=>'2016-02-23 23:59:59');
const FEED_ID = ''; //Spot Feed ID const FEED_ID = ''; //Spot Feed ID