Skip to content

bxfsh/sails-hook-sidecar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sails-hook-sidecar

For Boxfish Web Project

make sure you have the consul section in the config

module.exports.consul = {
  host: '<host>',
  port: <port>
};
  • This hook will register itself with consul using the name in the package.json, and unregister on sails lower.

  • Tries to find ad-box router in consul

  • Creates some default routes

    • route 1
    • route 2

Releases

No releases published

Packages

No packages published