NotSqrt / mattermost-integration-gitlab

Send events from Gitlab to Mattermost through webhooks
https://www.mattermost.org/webhooks/
Apache License 2.0
99 stars 45 forks source link

Support other Flask config backends #14

Open ishitatsuyuki opened 8 years ago

ishitatsuyuki commented 8 years ago

Flask is scalable, thus it can be easily adopted to use uWSGI. However, the config is hardcoded and cannot be loaded from another place.

Way should be added to load config from an environment variable.