opsgenie / opsgenie-lamp

OpsGenie Lamp with Go SDK
Apache License 2.0
34 stars 18 forks source link

improvement: Handle multiple configuration formats #46

Open fboula opened 3 years ago

fboula commented 3 years ago

Hi,

I am working with Lamp to create alerts from a workflow failure. I work with containers to do so and I really would like to be able to configure lamp from environment variables instead of a configuration file.

I do not know GO so I kind of relying on community to develop this feature, but I know there are some existing GO modules that provide this like spf13/viper..

Let me know if I can help our you need more informations.