config: introduce maxAge setting

This commit is contained in:
Nils Schneider 2015-04-26 13:12:11 +02:00
commit 115444f1cb
3 changed files with 8 additions and 2 deletions

View file

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