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

10 lines
473 B
Text
Raw Normal View History

2025-06-25 22:00:30 +02:00
# Booklore Version (Standard: latest) # Excalidraw Version (Standard: latest)
BOOKLORE_VERSION={{ container_booklore_version }}
# Booklore Domain
BOOKLORE_DOMAIN={{ container_booklore_domain }}
# Booklore DB
BOOKLORE_DB_ROOT_PASSWORD={{ container_booklore_db_root_password }}
BOOKLORE_DB_USER={{ container_booklore_db_user }}
BOOKLORE_DB_PASSWORD={{ container_booklore_db_password }}