themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
26 stars 31 forks source link

Update dotenv support to make operative #564

Closed TLSM closed 1 year ago

TLSM commented 1 year ago

b46ada9f72 added support for dotenv files to be loaded in lieu of actual environment variables. This code has since been neglected across infrastructure changes that removed the need for an env file, moved its location, and changed dependency management style.

This won't be operative in production (and already isn't, since there'd be an ImportError on 'dotenv' if so) but makes some local testing setups more convenient.