/
/
/
1# Stirling-PDF Environment Configuration
2# Auto-generated by Ansible Runner Role
3
4# Timezone
5TZ={{ runner_timezone }}
6
7# Security Settings
8DOCKER_ENABLE_SECURITY=false
9INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
10
11# Localization
12LANGS=en_US
13SYSTEM_DEFAULTLOCALE=en_US
14
15# Application Settings
16UI_APPNAME=Stirling-PDF
17UI_HOMEDESCRIPTION=Your locally hosted one-stop-shop for all your PDF needs.
18UI_APPNAMENAVBAR=Stirling-PDF
19
20# Storage Paths
21STIRLING_CONFIG_DIR={{ stirling_pdf_config_dir }}
22STIRLING_DATA_DIR={{ stirling_pdf_data_dir }}
23
24# Network Ports
25STIRLING_PDF_PORT={{ stirling_pdf_port }}
26
27# Performance Settings
28
29# User Settings
30PUID={{ runner_uid }}
31PGID={{ runner_gid }}
32
33# API Settings
34API_ENABLED=true
35API_VERSION=v1
36
37# Custom Files and Pipeline
38CUSTOM_FILES_ENABLED=true
39PIPELINE_ENABLED=true
40
41# Logging
42LOG_LEVEL=INFO
43