diff --git a/operation/content/2-installation.typ b/operation/content/2-installation.typ index 6147be7..0d8b455 100644 --- a/operation/content/2-installation.typ +++ b/operation/content/2-installation.typ @@ -23,7 +23,7 @@ Als Datenbank können MySQL, Postgres und SQLite verwendet werden. Postgres wird \ Konfiguration von MySQL: #code_file( - path: "../Operation/code/mysql-compose.yml", + path: "../operation/code/mysql-compose.yml", ) `MYSQL_USER` und `MYSQL_PASSWORD` sind optional. Werden diese nicht gesetzt, kann der Server entweder mit dem Nutzer `root` und dem gesetzten `MYSQL_ROOT_PASSWORD` Zugang zur Datenbank erhalten, oder es wird im nachhinein ein Nutzerzugang erstellt, der Zugriff auf die erstellte Datenbank hat. @@ -33,7 +33,7 @@ Konfiguration von MySQL: \ Konfiguration von Postgres: #code_file( - path: "../Operation/code/postgres-compose.yml", + path: "../operation/code/postgres-compose.yml", ) `POSTGRES_DB` erstellt direkt eine Datenbank, die durch einen angelegten `POSTGRES_USER` verfügbar ist.