adh-partnership / api

Apache License 2.0
1 stars 1 forks source link

add default feature flags #155

Closed dhawton closed 1 year ago

dhawton commented 1 year ago

When users don't complete their config, we're left with some nil entries in the Config struct. Let's define feature flags and default to off. We may expand this in the future.

Closes #154

Celeo commented 1 year ago

Thank you!