Files
portabase/.env.example
T
2026-01-18 15:03:54 +01:00

27 lines
464 B
Bash

# Environnement
NODE_ENV=development
# Base de données
DATABASE_URL=postgresql://devuser:changeme@localhost:5432/devdb?schema=public
# Projet
PROJECT_NAME="Portabase"
PROJECT_DESCRIPTION="Portabase is a powerful database manager"
PROJECT_URL=http://localhost:8887
PROJECT_SECRET=
# SMTP (email)
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM=
# Google
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
AUTH_GOOGLE_METHOD=
# Retention
RETENTION_CRON="* * * * *"