Skip to content

Instantly share code, notes, and snippets.

@mess110
Created April 23, 2012 16:22
Show Gist options
  • Save mess110/2472054 to your computer and use it in GitHub Desktop.
Save mess110/2472054 to your computer and use it in GitHub Desktop.
config.app = {
google_client_id: "GOOGLE_CLIENT_ID",
google_client_secret: "GOOGLE_CLIENT_SECRET",
history_size: 20,
sio: {
log_level: 1,
transports: ['websocket', 'xhr-polling']
},
calendar: 'https://www.google.com/calendar/render?cid=<GOOGLE_CALENDAR_ID>',
defaultTitle: 'UbunTalk - chat for humans (and dancers)'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment