fl4re / sinopia

Private npm repository server
75 stars 22 forks source link

Fix Sinopia fails to start if github config is not specified #9

Closed dgaya closed 8 years ago

dgaya commented 8 years ago

https://github.com/fl4re/sinopia/issues/8 If you don't specify a github dict in the yaml then the application doesn't start since github_wrapper does config.application_name but config is undefined. If you don't have a github or google dict then maybe those plugins should just be disabled.

Note that you have to remove auth./auth/github in config.yaml, too.