11 lines
No EOL
405 B
Django/Jinja
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 }} |