Open AugustMiller opened 8 years ago
This appears to be affecting some installations, already, despite the October cutoff.
It may be a good time to move to the new plugin/registration API in Kirby, to split apart services, like geocoding.
In any case, configuration should happen in the global space:
c::set('place.keys.server', 'PRIVATE-KEY'); c::set('place.keys.browser', 'PUBLIC-KEY');
This appears to be affecting some installations, already, despite the October cutoff.
It may be a good time to move to the new plugin/registration API in Kirby, to split apart services, like geocoding.
In any case, configuration should happen in the global space: