mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 21:51:40 +10:00
.env, qoc
This commit is contained in:
17
.env
17
.env
@ -1,7 +1,14 @@
|
||||
# Environment variables declared in this file are automatically made available to Prisma.
|
||||
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
|
||||
# Database
|
||||
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/documenso_live?schema=public"
|
||||
|
||||
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
|
||||
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
|
||||
# Host
|
||||
NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000'
|
||||
|
||||
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/documenso_live?schema=public"
|
||||
# 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