use new geo server for tiles

This commit is contained in:
2019-03-24 00:05:14 +01:00
parent 1dea80d6a1
commit b4b6cea6eb
4 changed files with 7 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
class Settings
{
const HOST_SERVER = 'http(s)://your.domain.tld';
const GEO_SERVER = 'http(s)://geo.server.tld';
const DB_SERVER = 'localhost';
const DB_LOGIN = '';
const DB_PASS = '';