-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 725 Bytes
/
.env.example
File metadata and controls
31 lines (26 loc) · 725 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
29
30
31
# OpenJornada API - Variables de Entorno
# API Configuration
SECRET_KEY=dev_secret_key
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=480 # 8 hours (recommended for admin dashboard)
# Database
MONGO_URL=mongodb://mongodb:27017
DB_NAME=time_tracking_db
# SMTP Configuration
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM_EMAIL=
SMTP_FROM_NAME=OpenJornada
# Application
EMAIL_APP_NAME=OpenJornada
DEBUG=True
API_HOST=0.0.0.0
API_PORT=8000
# SMS Configuration (LabsMobile)
# SMS_ENABLED=false
# SMS_PROVIDER=labsmobile
# SMS_LABSMOBILE_API_TOKEN= # Base64(username:api_key) for HTTP Basic auth. for example: echo -n "tu_usuario@email.com:tu_api_key" | base64
# SMS_SENDER_ID=OpenJornada
# SMS_UNLIMITED_BALANCE=0