Skip to content

Instantly share code, notes, and snippets.

@ralfschimmel
Created February 9, 2012 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfschimmel/1783252 to your computer and use it in GitHub Desktop.
Save ralfschimmel/1783252 to your computer and use it in GitHub Desktop.
datasource
Bw.ThothDataSourceStaging = ThothSC.DataSource.extend({
connectUsing: ThothSC.SOCKETIO,
ThothHost: 'fungi.no.de',
ThothPort: '9090',
sendComputedProperties: false,
sendProperties : true,
sendRelations: true,
combineReturnCalls: true,
logTraffic:false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment