38 lines
653 B
Plaintext
38 lines
653 B
Plaintext
# 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"
|