v1 of protocol checker
All checks were successful
Deploy to Server / deploy (push) Successful in 34s
All checks were successful
Deploy to Server / deploy (push) Successful in 34s
This commit is contained in:
6
server/.env.example
Normal file
6
server/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user