-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I set the environment variables as per the documentation, but Strider seems to be ignoring them.
I used the following environment variables:
PLUGIN_GITHUB_APP_ID
PLUGIN_GITHUB_APP_SECRET
PLUGIN_GITHUB_HOSTNAME
I don't see any references to those variables in the code.
Is the Strider extension loader is supposed to auto-load environment variables into the config object? 😖
For now, I made a fork with the following patch (read hack) that seems to work.
It explicitly looks for those environment vars in the config object declaration:
https://github.com/Galavantier/strider-github/blob/master/lib/webapp.js#L11-L13
I found this original issue that solved the problem, but it doesn't seem to be working now: #22
Any ideas about what is going on?
My patch seems to be working, but I would really prefer to help get the official repo working instead of maintaining a fork 😄
Thanks so much