mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
structure
This commit is contained in:
14
apps/web/.env
Normal file
14
apps/web/.env
Normal 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
|
||||
Reference in New Issue
Block a user