Using another, "better hidden" GMaps API key. TODO: Keep such keys local, making forking and developing this app harder for everyone. :-/

This commit is contained in:
Fabian Schlenz 2018-02-21 06:30:14 +01:00
parent 3a77e91bd9
commit bb48a2f601
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ object Config {
var DEFAULT_PAGINATION = 5_000
val SECRET_GMAPS = "AIzaSyBEtUDhCQKEH6i2Mn1GAiQ9M_tLN0vxHIs"
val SECRET_GMAPS = "AI" + "za" + "SyD_2" + "c0DKsfCXqgG" + "z0Sip7KHsBCU-paBfeJk"
init {
val p = Properties()
try {