diff --git a/api/config-example.php b/api/config-example.php new file mode 100644 index 0000000000000000000000000000000000000000..1379a8ef583bf4dbcb0748fba34f21df7c01f188 --- /dev/null +++ b/api/config-example.php @@ -0,0 +1,6 @@ +<?php + +$mysqlServer = "localhost"; +$mysqlUser = "root"; +$mysqlPassword = "password"; +$mysqlDatabase = "lagerverwaltung"; \ No newline at end of file