-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 727 Bytes
/
.env.example
File metadata and controls
28 lines (24 loc) · 727 Bytes
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
# SECRET KEYS VARIABLES
# Database Configuration
DATABASE_NAME=
DATABASE_HOST_URL=
DATABASE_SERVICE_PORT=
DATABASE_USERNAME=
DATABASE_PASSWORD=
# If necessary
SSL_CERTIFICATE=
# Session Configuration
SESSION_SECRET=
SECRET_KEY_VARIABLE=
# Email Configuration
EMAIL_USERNAME=
EMAIL_PASSWORD=
# CORS Configuration
# Separar múltiplas origens por vírgula
# Exemplos de configurações:
# - Domínios específicos: https://app.exemplo.com,https://admin.exemplo.com
# - Ambiente de desenvolvimento: http://localhost:3000,http://localhost:3001
# - Subdomínios (usando wildcard): https://*.exemplo.com
ALLOWED_ORIGINS=http://localhost:3000,http://127.0.0.1:5173,https://*.seu-dominio.com
# Token IP INFO Configuration
TOKEN_IP=