Przeglądaj źródła

Fix missing linefeed between SEMAPHORE_DB_PORT and SEMAPHORE_DB in .env template (#1367)

* Initial plan

* Fix missing linefeed in .env.semaphore template

Co-authored-by: ChristianLempa <28359525+ChristianLempa@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChristianLempa <28359525+ChristianLempa@users.noreply.github.com>
Copilot 5 miesięcy temu
rodzic
commit
54e8dbf26a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      library/compose/semaphoreui/.env.semaphore.j2

+ 1 - 0
library/compose/semaphoreui/.env.semaphore.j2

@@ -16,6 +16,7 @@ SEMAPHORE_DB_HOST={{ database_host }}
 SEMAPHORE_DB_HOST={{ service_name }}-{{ database_type }}
 {% endif %}
 SEMAPHORE_DB_PORT={% if database_type == 'postgres' %}5432{% else %}3306{% endif %}
+
 SEMAPHORE_DB={{ database_name }}
 SEMAPHORE_DB_USER={{ database_user }}
 SEMAPHORE_DB_PASS={{ database_password }}