refactor: ./apps/*
This commit is contained in:
37
apps/stirling-pdf/.env.example
Normal file
37
apps/stirling-pdf/.env.example
Normal file
@@ -0,0 +1,37 @@
|
||||
# Stirling-PDF version
|
||||
STIRLING_VERSION="latest"
|
||||
|
||||
# Port override
|
||||
PORT_OVERRIDE=8080
|
||||
|
||||
# Security settings
|
||||
ENABLE_SECURITY="false"
|
||||
ENABLE_LOGIN="false"
|
||||
INITIAL_USERNAME="admin"
|
||||
INITIAL_PASSWORD="admin"
|
||||
|
||||
# Advanced operations (requires more dependencies)
|
||||
INSTALL_ADVANCED_OPS="false"
|
||||
|
||||
# Languages (comma-separated, e.g., en_GB,ar_AR,de_DE,fr_FR,es_ES)
|
||||
LANGUAGES="en_GB"
|
||||
|
||||
# User and group IDs
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
UMASK="022"
|
||||
|
||||
# System settings
|
||||
DEFAULT_LOCALE="en-US"
|
||||
APP_NAME="Stirling-PDF"
|
||||
HOME_DESCRIPTION=""
|
||||
NAVBAR_NAME=""
|
||||
|
||||
# Maximum file size in MB
|
||||
MAX_FILE_SIZE="2000"
|
||||
|
||||
# Metrics
|
||||
METRICS_ENABLED="false"
|
||||
|
||||
# Google visibility
|
||||
GOOGLE_VISIBILITY="false"
|
||||
Reference in New Issue
Block a user