Skip to content

Instantly share code, notes, and snippets.

@varavut
Created January 17, 2016 07:25
Show Gist options
  • Save varavut/3a38c8075a8dfc3206f9 to your computer and use it in GitHub Desktop.
Save varavut/3a38c8075a8dfc3206f9 to your computer and use it in GitHub Desktop.
if (Meteor.isServer) {
REST2DDP.configs.push({
name: 'sample',
collectionName: 'samples',
restUrl: 'http://localhost:3002/test',
jsonPath: '$.data.*',
pollInterval: 1,
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment