From 78a09687696cb365ffbbb660776b7777367f80da Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Sun, 14 Jan 2018 22:17:52 +0800 Subject: [PATCH] Add paramters for default map point (not yet used) --- config/services.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index 73566498..e6db3247 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -2,6 +2,9 @@ # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration parameters: locale: 'en' + map_default: + latitude: 14.6091 + longitude: 121.0223 services: # default configuration for services in *this* file