-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
33 lines (24 loc) · 1.12 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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
# 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
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=sever
POSTGRES_PASSWORD=SeverSever1613
POSTGRES_DB=severyanochka
POSTGRES_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
JWT_SECRET="66e01f8008edbbc0466ff71d3c9c802f070b5a14ab03c1f97e56bb21f9006a97"
SERVER_HOST="0.0.0.0"
SERVER_PORT="3000"
SERVER_URL=http://${SERVER_ADDRESS}:${SERVER_PORT}
MAILER_HOST=smtp.example.com
MAILER_PORT=465
MAILER_PASSWORD=password
MAILER_NAME=Mailer
EMAIL_CONFIRMATION_URL=http://example.com/auth/email/confirm/{token}
PASSWORD_RESET_URL=http://example.com/auth/password/reset/{token}
ENABLE_DOCS=true
PUBLIC_DIR=public
BUILD_DIR=src