ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

39
Voltaserve/api/.env Normal file
View File

@ -0,0 +1,39 @@
PORT=5000
# URLs
PUBLIC_UI_URL="http://localhost:3000"
CONVERSION_URL="http://127.0.0.1:5001"
POSTGRES_URL="postgresql://voltaserve:voltaserve@127.0.0.1:5432/voltaserve"
# Security
SECURITY_JWT_SIGNING_KEY="586cozl1x9m6zmu4fg8iwi6ajazguehcm9qdfgd5ndo2pc3pcn"
SECURITY_CORS_ORIGINS="http://localhost:3000"
SECURITY_API_KEY="7znl9Zd8F!4lRZA43lEQb757mCy"
# S3
S3_URL="127.0.0.1:9000"
S3_ACCESS_KEY="voltaserve"
S3_SECRET_KEY="voltaserve"
S3_REGION="us-east-1"
S3_SECURE=false
# Search
SEARCH_URL="http://127.0.0.1:7700"
# Redis
REDIS_ADDRESS="127.0.0.1:6379"
REDIS_DB=0
# SMTP
SMTP_HOST="localhost"
SMTP_PORT=1025
SMTP_SECURE=false
SMTP_SENDER_ADDRESS="no-reply@localhost"
SMTP_SENDER_NAME="Voltaserve"
# Limits
LIMITS_EXTERNAL_COMMAND_TIMEOUT_SECONDS=900
LIMITS_MULTIPART_BODY_LENGTH_LIMIT_MB=1000
# Defaults
DEFAULT_WORKSPACE_STORAGE_CAPACITY_BYTES=100000000000