Last active
January 11, 2016 13:36
-
-
Save PatrickHeneise/9fa500564b1b809a0894 to your computer and use it in GitHub Desktop.
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
{ | |
"debug": false, | |
"github": { | |
"user": "BcnJS", | |
"org": "BarcelonaJS", | |
"repos": { | |
"planning": "planning", | |
"speakers": "speakers", | |
"gitevent": "BarcelonaJS", | |
"jobs": "jobs" | |
}, | |
"secret": "xyz", | |
"token": "xyz" | |
}, | |
"plugins": { | |
"jobs": { | |
"enabled": true | |
}, | |
"meetup": { | |
"enabled": true, | |
"apikey": "xyz", | |
"group": "BarcelonaJS", | |
"group_id": 18232090, | |
"default_venue_id": 13033612, | |
"hosts": [194993837], | |
"simple_html_description": "This slot could be yours! <a href=\"https: //github.com/BarcelonaJS/speakers\">Submit your talk now</a>. You did some crazy stuff with JavaScript? You want to show it to the community? Drop us a line on your topic on <a href=\"https://twitter.com/bcnjs\">Twitter</a>." | |
}, | |
"auth": { | |
"enabled": true, | |
"secret": "xyz", | |
"audience": "xyz" | |
}, | |
"stripe": { | |
"secretKey": "xyz", | |
"publishableKey": "xyz" | |
} | |
}, | |
"about": "Barcelona.JS is a usergroup focused on JavaScript and related topics.", | |
"rollbar": "xyz", | |
"date_format": "DD.MM.YYYY", | |
"paths": { | |
"talks": "talks/", | |
"events": "events/", | |
"jobs": "jobs/" | |
}, | |
"url": "http://barcelonajs.org", | |
"labels": { | |
"job": "job", | |
"talk": "talk", | |
"proposal": "proposal", | |
"event": "event", | |
"hot": "hot" | |
}, | |
"schema": { | |
"default_organizer": { | |
"type": "Organization", | |
"address": { | |
"type": "PostalAddress", | |
"addressLocality": "Barcelona, Spain", | |
"postalCode": "08003", | |
"streetAddress": "C/ Mare de Deu del Pilar 20" | |
}, | |
"email": "hola(at)barcelonajs.org", | |
"name": "BarcelonaJS", | |
"url": "http://barcelonajs.org" | |
}, | |
"default_talk_url": "/talk/", | |
"default_event_url": "/event/", | |
"default_start_time": "19:00", | |
"default_talk": { | |
"type": "Educational event", | |
"duration": "PT30M" | |
}, | |
"default_event": { | |
"context": "http://schema.org", | |
"type": "Social event", | |
"location": { | |
"type": "Place", | |
"address": { | |
"type": "PostalAddress", | |
"addressLocality": "Barcelona, Spain", | |
"postalCode": "08001", | |
"streetAddress": "C/ Fontanella 2", | |
"name": "Mobile World Centre" | |
}, | |
"url": "https://www.mobileworldcentre.com" | |
}, | |
"duration": "PT2H", | |
"url": "http://barcelonajs.org" | |
}, | |
"doorTime": "18:45", | |
"inLanguage": { | |
"type": "Language", | |
"name": "English" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment