fl4re / sinopia

Private npm repository server
75 stars 22 forks source link

Sinopia fails to start if github config is not specified #8

Closed jameshartig closed 8 years ago

jameshartig commented 8 years ago

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?

dgaya commented 8 years ago

Can you try now ? Remember to remove the ./auth/github entry in config.yaml, as well.

jameshartig commented 8 years ago

Works now. Thanks!