Closed jameshartig closed 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?
github
config.application_name
google
Can you try now ? Remember to remove the ./auth/github entry in config.yaml, as well.
Works now. Thanks!
If you don't specify a
github
dict in the yaml then the application doesn't start since github_wrapper doesconfig.application_name
but config is undefined. If you don't have agithub
orgoogle
dict then maybe those plugins should just be disabled?