Files
LabWise/server/.env.example
Aniketh Kalagara 4098453c97
All checks were successful
Deploy to Server / deploy (push) Successful in 34s
v1 of protocol checker
2026-04-14 19:09:00 -05:00

7 lines
278 B
Plaintext

DATABASE_URL=postgresql://labwise:labwise_dev_pw@localhost:5432/labwise_db
MAILGUN_API_KEY=your_mailgun_api_key_here
MAILGUN_DOMAIN=your_mailgun_domain_here
FROM_EMAIL=LabWise <postmaster@your_mailgun_domain_here>
OPENAI_API_KEY=your_openai_api_key_here
OPENAI_MODEL=gpt-5-mini