Certificates-Generator / .env.example
saifisvibin's picture
Configure for Hugging Face Spaces deployment with Docker
530365a
raw
history blame contribute delete
294 Bytes
# Environment Variables for Certificate Generator
# SendGrid Configuration
SENDGRID_API_KEY=your_sendgrid_api_key_here
MAIL_FROM_ADDRESS=your_verified_sender@domain.com
# For Hugging Face Spaces:
# Set these as "Repository secrets" in your Space Settings
# Do NOT commit actual values to git