structure

This commit is contained in:
Timur Ercan
2022-11-24 20:30:22 +01:00
parent c382e1b04e
commit ffebefbcd0
98 changed files with 7779 additions and 0 deletions

14
apps/web/.env Normal file
View File

@ -0,0 +1,14 @@
# 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