Files
T
Nikolai Giman 354c6bc00f Init
2026-01-03 16:45:08 +01:00

21 lines
422 B
Bash

DB_HOST="db"
DB_USER="tvdbuser"
DB_PASSWORD="tvdbpass"
DB_NAME="taskviewdb"
DB_PORT=5432
APP_PORT=1401
JWT_ALG="HS256"
JWT_SIGN="cnxcv&89e&63#"
ACCESS_LIFE_TIME="3d"
REFRESH_LIFE_TIME="9d"
SMTP_HOST="smtp"
SMTP_PORT=465
SMTP_USERNAME= "smtp-user-here"
SMTP_PASSWORD="smtp-password"
SMTP_ENCRYPTION="ssl"
SMTP_FROM_NAME="TaskViewApiServer"
SMTP_FROM_EMAIL="smtp"
# Constant value
APP_URL="https://taskview.handscream.com"