Ammend .env.example

This commit is contained in:
Michel Roegl-Brunner
2025-09-09 16:03:49 +02:00
parent 030cd9ec9a
commit 76d702c999

View File

@@ -1,15 +1,17 @@
# Database
DATABASE_URL="postgresql://username:password@localhost:5432/pve_scripts_local"
# When adding additional environment variables, the schema in "/src/env.js"
# should be updated accordingly.
# Repository Configuration
REPO_URL="https://github.com/your-org/pve-scripts.git"
# Prisma
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
DATABASE_URL="postgresql://postgres:password@localhost:5432/pve-scripts-local"
REPO_URL="https://github.com/michelroegl-brunner/PVESciptslocal"
REPO_BRANCH="main"
SCRIPTS_DIRECTORY="scripts"
ALLOWED_SCRIPT_EXTENSIONS=".sh,.py,.js,.ts,.bash"
SCRIPTS_DIRECTORY="scripts/ct"
ALLOWED_SCRIPT_EXTENSIONS=".sh"
# Security
MAX_SCRIPT_EXECUTION_TIME="300000"
ALLOWED_SCRIPT_PATHS="scripts/"
# WebSocket Configuration
WEBSOCKET_PORT="3001"
WEBSOCKET_PORT="3000"