update settings sample

This commit is contained in:
2018-04-11 20:37:32 +02:00
parent 2af6f5d2a2
commit aa4393746a

View File

@@ -11,6 +11,7 @@ class Settings
const TIMEZONE = 'Europe/Paris'; const TIMEZONE = 'Europe/Paris';
const API_KEY = ''; const API_KEY = '';
const MODE = Spot::MODE_BLOG; //Spot::MODE_HISTO/MODE_BLOG const MODE = Spot::MODE_BLOG; //Spot::MODE_HISTO/MODE_BLOG
const GOOGLE_MAPS_API_KEY = '';
const DEBUG = true; const DEBUG = true;
} }