i-dot-ai / redbox

Bringing Generative AI to the way the Civil Service works
https://i-dot-ai.github.io/redbox/
MIT License
83 stars 27 forks source link

[AWS SUPPORT] Allow Custom Configuration of Additional Hosts via Environment Variables #763

Closed tom1322s closed 1 month ago

tom1322s commented 1 month ago

Description: Currently, the list of additional hosts in the application is hardcoded, as seen in the setting_enums.py file. This setup limits flexibility and makes it difficult to manage configurations, especially in dynamic environments like AWS.

Proposed Solution: Introduce the ability to set a custom list of additional hosts using environment variables. This change will enhance the configurability of the application, allowing users to define and modify the list of additional hosts through environment variables, thereby improving the application's adaptability to various deployment scenarios.

gecBurton commented 1 month ago

@tom1322s we will do this this week

brunns commented 1 month ago

Fixed by #791