move config.js from lib to root

This commit is contained in:
Nils Schneider 2015-04-21 00:10:29 +02:00
commit c48f053619
5 changed files with 34 additions and 12 deletions

6
config.js.example Normal file
View file

@ -0,0 +1,6 @@
define({
"dataPath": "https://map.luebeck.freifunk.net/data/",
"siteName": "Freifunk Lübeck",
"mapSigmaScale": 0.5,
"showContact": true
})