steve07s 3 anni fa
parent
commit
e88015ed0b
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      script/php/sql.php

+ 2 - 3
script/php/sql.php

@@ -1,7 +1,6 @@
 <?php
-    $hostname = 'GMGIS\SQLEXPRESS';
-    //$hostname = 'DESKTOP-5JAT8FP\TEST';
+    //$hostname = 'GMGIS\SQLEXPRESS';
+    $hostname = 'DESKTOP-5JAT8FP\TEST';
     $username = 'BIMuser';
     $password = 'Component3444';
     $dbname = "21000X";
-?>