out-of-cheese-error / gooseberry

A command line utility to generate a knowledge base from Hypothesis annotations
Apache License 2.0
152 stars 9 forks source link

please support env variables GOOSEBERRY_NAME and GOOSEBERRY_API #107

Open jonassmedegaard opened 4 months ago

jonassmedegaard commented 4 months ago

Gooseberry supports passing a custom config. Great, that means I can have a setup specific to a research project of mine. Unfortunately it won't work however, because I work collaboratively, and the config would need to contain my personal credentials.

Please support env variables GOOSEBERRY_NAME and GOOSEBERRY_API, which when set is used instead of consulting the corresponding config values.