TZ="Europe/Paris" TEST_MODE=true CSRF_COOKIE_SECURE=true CSRF_COOKIE_DOMAIN=".localhost" CORS_ALLOWED_ORIGINS=http://localhost:3000,http://127.0.0.1:3000,http://localhost:8080,http://127.0.0.1:8080 CSRF_TRUSTED_ORIGINS=http://localhost:3000,http://127.0.0.1:3000,http://localhost:8080,http://127.0.0.1:8080 BASE_URL=http://localhost:3000 DEBUG=false EMAIL_HOST="smtp.hostinger.com" EMAIL_PORT="587" EMAIL_HOST_USER="" EMAIL_HOST_PASSWORD='' EMAIL_USE_TLS=true EMAIL_USE_SSL=false DB_NAME="school" DB_USER="postgres" DB_PASSWORD="postgres" DB_HOST="database" DB_PORT="5432" URL_DJANGO="http://localhost:8080" SECRET_KEY=""