diff --git a/installer.sh b/installer.sh index 534d609..61ccf7a 100644 --- a/installer.sh +++ b/installer.sh @@ -34,7 +34,7 @@ DB_USER="${DB_USER:-${APP_USER}}" # DB_PASS muss vorher generiert oder gesetzt werden # Git (Platzhalter; später ersetzen) -GIT_REPO="${GIT_REPO:-https://example.com/your-repo-placeholder.git}" +GIT_REPO="${GIT_REPO:-https://git.nexlab.at/boban/mailwolt.git}" GIT_BRANCH="${GIT_BRANCH:-main}" # Node Setup (deb = apt Pakete; nodesource = NodeSource LTS)