DB connection not mandatory anymore

This commit is contained in:
2019-03-23 21:10:04 +01:00
parent 3ab603d223
commit f86ff58053
2 changed files with 12 additions and 8 deletions

View File

@@ -2,8 +2,5 @@
class GlobalSettings
{
const MAPBOX_KEY = '';
const IGN_FR_KEY = '';
const LINZ_KEY = '';
const LOC_API_KEY = '';
}