Merge shape3d2/main into develop (take main versions)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
1
src/README.md
Normal file
1
src/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# src\n\nTODO: Core backend/business logic.\n
|
||||
10
src/config.php
Executable file
10
src/config.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// inc/config.php
|
||||
// Diese Datei außerhalb des Webroots ablegen!
|
||||
return [
|
||||
'db_host' => 'localhost',
|
||||
'db_name' => 'd0453540',
|
||||
'db_user' => 'd0453540',
|
||||
'db_pass' => 'P6jGRrSaX8QSiBMEJBL7',
|
||||
'db_charset' => 'utf8mb4',
|
||||
];
|
||||
Reference in New Issue
Block a user