Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
109 lines (109 sloc)
2.25 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"public": { | |
"map": { | |
"center": [41.047801, 12.0885], | |
"layers": { | |
"road": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", | |
"landscape": "https://{s}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey=<YOUR API KEY>", | |
"satellite": "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}" | |
} | |
}, | |
"accounts": { | |
"creation":true | |
}, | |
"categories": { | |
"cats": { | |
"place": { | |
"car": true, | |
"house": true, | |
"bus": false, | |
"parking": false | |
} | |
} | |
}, | |
"templates": { | |
"panelPlace": { | |
"panelPlace_edit": true, | |
"popupCursor_share": true, | |
"panelPlace_share": {"order": -10} | |
}, | |
"popupCursor": { | |
"popupCursor_share":true | |
} | |
}, | |
"accounts": { | |
"services": { | |
"google": false, | |
"github": false, | |
"twitter": false, | |
"facebook": true, | |
"instagram": true, | |
"openstreetmap": false | |
}, | |
"ui": { | |
"passwordSignupFields": "USERNAME_AND_EMAIL" | |
} | |
} | |
}, | |
"admin": { | |
"emailOnNewUser": false, | |
"adminsAutoFriendship": true, | |
"adminUsers": ["admin"] | |
}, | |
"upload": { | |
"targets": { | |
"photos_avatars": { | |
"url": "/static/avatars/", | |
"path": "/var/www/static.app_meteor.net/avatars/" | |
} | |
} | |
}, | |
"stats": { | |
"apiHeaders": { | |
"Access-Control-Allow-Origin": "*" | |
} | |
}, | |
"geoinfo": { | |
"autoupdate": true, | |
"geonamesUser": "<YOUR USER NAME>", | |
"ipinfodbKey": "<YOUR API KEY>" | |
}, | |
"weather": { | |
"wundergroundKey": "<YOUR API KEY>" | |
}, | |
"openrouteservice": { | |
"name": "<YOUR NAME>", | |
"key": "<YOUR API KEY>" | |
}, | |
"accounts": { | |
"verifyEmail": false, | |
"emailTemplates": { | |
"from": "Admin <no-reply@example.com>" | |
}, | |
"github": { | |
"service": "github", | |
"clientId": "<YOUR CLIENT ID>", | |
"secret": "<YOUR API KEY>" | |
}, | |
"facebook": { | |
"service": "facebook", | |
"appId": "<YOUR APP ID>", | |
"secret": "<YOUR API KEY>" | |
}, | |
"google": { | |
"service": "google", | |
"clientId": "<YOUR CLIENT ID>", | |
"secret": "<YOUR SECRET>" | |
}, | |
"twitter": { | |
"service": "twitter", | |
"consumerKey": "<YOUR CONSUMER KEY>", | |
"secret": "<YOUR SECRET>" | |
}, | |
"openstreetmap": { | |
"service": "openstreetmap", | |
"consumerKey": "<YOUR CONSUMER KEY>", | |
"secret": "<YOUR SECRET>" | |
} | |
} | |
} |