Files
portabase/.env.example
T

32 lines
557 B
Bash
Raw Normal View History

2025-05-16 15:54:17 +02:00
# Environnement
NODE_ENV=development
2025-05-16 15:54:17 +02:00
# Base de données
DATABASE_URL=postgresql://devuser:changeme@localhost:5433/devdb?schema=public
2025-05-16 15:54:17 +02:00
# Projet
2025-11-04 08:48:46 +01:00
PROJECT_NAME="Portabase"
PROJECT_DESCRIPTION="Portabase is a powerful database manager"
PROJECT_URL=http://localhost:8887
2025-05-16 15:54:17 +02:00
PROJECT_SECRET=
# SMTP (email)
SMTP_HOST=
SMTP_PORT=
2025-05-16 15:54:17 +02:00
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM=
#SMTP_SECURE="true"
#Port 587 -> secure: false
#Port 465 -> secure: true
#By default : true
2025-05-16 15:54:17 +02:00
# Google
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
2025-11-04 08:48:46 +01:00
AUTH_GOOGLE_METHOD=
2025-05-16 15:54:17 +02:00
2025-10-27 18:49:24 +01:00
# Retention
2026-01-05 19:41:53 +01:00
RETENTION_CRON="* * * * *"
2026-01-28 16:39:46 +01:00