no need for Geo API keys anymore

This commit is contained in:
2019-03-23 18:08:27 +01:00
parent dc3eadc00a
commit 693b929519
2 changed files with 1 additions and 4 deletions

View File

@@ -10,8 +10,5 @@ class Settings
const DB_ENC = 'utf8mb4';
const TEXT_ENC = 'UTF-8';
const TIMEZONE = 'Europe/Paris';
const MAPBOX_KEY = '';
const IGN_FR_KEY = '';
const LINZ_KEY = '';
const DEBUG = true;
}