-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (15 loc) · 782 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (15 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
# Credenciais de conexão ao Banco de Dados PostgreSQL
DATABASE_URL="postgresql://root:12345@localhost:5432/smartstock?schema=public"
# Base system URL, used to generate links in emails and redirects. If not defined, the default value will be "http://localhost:3000"
BASE_URL="http://localhost:3000"
# Secret Key para o Auth.js
AUTH_SECRET=
# Gmail SMTP real (para produção):
GMAIL_SMTP_USER=
GMAIL_SMTP_PASS=
# Email SMTP teste (para desenvolvimento):
ETHEREAL_USERNAME=
ETHEREAL_PASSWORD=
# Remetente dos emails enviados pelo sistema (caso não for definida, o remetente padrão será o usuário SMTP configurado (valor de GMAIL_SMTP_USER ou ETHEREAL_USERNAME):
MAIL_FROM=