iac_stack/ansible/roles/deploy_container_stirlingpdf/templates/.env.j2

11 lines
405 B
Text
Raw Normal View History

2025-08-13 17:43:37 +02:00
# 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 }}