-
-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
Description
Describe
For cloud use it's sometimes very handy to be able to set Ape config via environment variables, instead of requiring the file. Some plugins manually ship a version of this by adding extra config settings, but this should probably just be the default for how it works
Specification
All ape core config settings would be under the namespace APE_.
All ape plugin config settings would be under the namespace APE_{plugin_name.upper()}_.
May require some slight breaking change behavior for config items that do not support this type of functionality
https://github.com/ApeWorX/ape/blob/main/src/ape/api/config.py#L72
Dependencies
No response
Reactions are currently unavailable