iac_stack/ansible/roles/deploy_container_stirlingpdf/templates/.env.j2
2025-08-13 17:43:37 +02:00

11 lines
No EOL
405 B
Django/Jinja

# Version of the StirlingPDF container
STIRLINGPDF_VERSION={{ container_stirlingpdf_version}}
# Application name (UI)
STIRLINGPDF_APPNAME={{ container_stirlingpdf_app_name }}
# Application description (UI)
STIRLINGPDF_DESCRIPTION={{ container_stirlingpdf_app_description }}
# Domain for the StirlingPDF service (replace this with the actual domain)
STIRLINGPDF_DOMAIN={{ container_stirlingpdf_domain }}