Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. const githubpub = require ("githubpub");
  2.  
  3. var config = {
  4. port: 5376,
  5. domains: {
  6. "githubpub.scripting.com": {
  7. username: "scripting",
  8. repository: "Scripting-News",
  9. path: "githubpub"
  10. }
  11. }
  12. };
  13.  
  14. githubpub.init (config);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement