M0 Einrichtung

This commit is contained in:
2026-07-11 22:24:22 +02:00
parent 6f99e7246d
commit 2e6d79e896
21 changed files with 1246 additions and 22 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
<?php
// Einstellungen
// Verbindung zur Datenbank herstellen (ersetze die Platzhalter durch deine Daten)
$serverName = "sql-nds-autoclient-prod.aoknds.aok";
$serverName = "server";
$connectionOptions = array(
"Database" => "Automatisierungsclient",
"Uid" => "ac_admin",
"PWD" => "allacc3ssPW",
"Database" => "database",
"Uid" => "user",
"PWD" => "password",
"TrustServerCertificate"=>true
);