Created
January 17, 2016 07:25
-
-
Save varavut/3a38c8075a8dfc3206f9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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