mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
38 lines
597 B
Bash
38 lines
597 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=
|
|
|
|
# S3
|
|
S3_ENDPOINT=
|
|
S3_ACCESS_KEY=
|
|
S3_SECRET_KEY=
|
|
S3_BUCKET_NAME=
|
|
S3_PORT=
|
|
S3_USE_SSL=
|
|
|
|
# Storage type (local, S3)
|
|
STORAGE_TYPE=local
|
|
|
|
# Retention
|
|
RETENTION_CRON="* * * * *"
|