-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should configuration be read from the environment? #568
Comments
Does Pando already? If not, I'm not sure we need to add it. Pando is intended to be used as a library, not a framework. |
Pando currently reads its own configuration from the environment, but not Aspen's. I don't think it makes sense to keep it this way, we should read both or neither. |
@whit537 So, do we drop environment variables entirely? |
Yes. Pando and Aspen are libraries now, not CLIs (with the exception of |
Objections that come to mind:
|
If that's the case, then their developers should expose their own envvars, which they then pass through to the library, e.g., something like |
Once AspenWeb/aspen.py#24 is fixed, should Pando continue to read its configuration from the environment? Should it also fill Aspen's configuration from the env?
The text was updated successfully, but these errors were encountered: