carga
This commit is contained in:
36
backend/.env.example
Normal file
36
backend/.env.example
Normal file
@@ -0,0 +1,36 @@
|
||||
NODE_ENV=
|
||||
BACKEND_URL=http://localhost
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
PROXY_PORT=8080
|
||||
PORT=8080
|
||||
|
||||
DB_DIALECT=postgres
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=user
|
||||
DB_PASS=senha
|
||||
DB_NAME=db_name
|
||||
|
||||
JWT_SECRET=kZaOTd+YZpjRUyyuQUpigJaEMk4vcW4YOymKPZX0Ts8=
|
||||
JWT_REFRESH_SECRET=dBSXqFg9TaNUEDXVp6fhMTRLBysP+j2DSqf7+raxD3A=
|
||||
|
||||
REDIS_URI=redis://:123456@127.0.0.1:6379
|
||||
REDIS_OPT_LIMITER_MAX=1
|
||||
REDIS_OPT_LIMITER_DURATION=3000
|
||||
|
||||
USER_LIMIT=10000
|
||||
CONNECTIONS_LIMIT=100000
|
||||
CLOSED_SEND_BY_ME=true
|
||||
|
||||
GERENCIANET_SANDBOX=false
|
||||
GERENCIANET_CLIENT_ID=Client_Id_Gerencianet
|
||||
GERENCIANET_CLIENT_SECRET=Client_Secret_Gerencianet
|
||||
GERENCIANET_PIX_CERT=certificado-Gerencianet
|
||||
GERENCIANET_PIX_KEY=chave pix gerencianet
|
||||
|
||||
# EMAIL
|
||||
MAIL_HOST="smtp.gmail.com"
|
||||
MAIL_USER="seu@gmail.com"
|
||||
MAIL_PASS="SuaSenha"
|
||||
MAIL_FROM="seu@gmail.com"
|
||||
MAIL_PORT="465"
|
||||
Reference in New Issue
Block a user