.env.development May 2026
PAYMENT_GATEWAY=http://localhost:9090/mock-stripe
Here is an example of a .env.development file: .env.development
# settings.py import environ env = environ.Env() environ.Env.read_env(os.path.join(BASE_DIR, '.env.development')) .env.development