Files
documenso/apps/web/.env
Timur Ercan ffebefbcd0 structure
2022-11-24 20:30:22 +01:00

14 lines
332 B
Bash

# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/documenso_live?schema=public"
# Host
NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000'
# Email
EMAIL_FROM='notifications@yourselfhostedcal.com'
EMAIL_SERVER_HOST='smtp.office365.com'
EMAIL_SERVER_PORT=587
EMAIL_SERVER_USER=''
EMAIL_SERVER_PASSWORD=''
# API Keys