mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
27 lines
464 B
Bash
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="* * * * *"
|