open-feature / flagd

A feature flag daemon with a Unix philosophy
https://openfeature.dev
Apache License 2.0
481 stars 58 forks source link

[FEATURE] Support Environment Variables #133

Closed beeme1mr closed 2 years ago

beeme1mr commented 2 years ago

Requirements

Overview

FlagD supports multiple options that affect how consumers interact with it. Options like what port or service provider is being used needs to be in sync with an OpenFeature provider in order to provide a seamless experience.

Criteria

beeme1mr commented 2 years ago

This may be possible with Viper if a prefix is set.