Füge SQL-Klasse hinzu, um Datenbankoperationen zu verwalten, und erstelle Beispielkonfigurationsdatei für geheime Daten
This commit is contained in:
7
www/secret.php.example
Normal file
7
www/secret.php.example
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$_m = [
|
||||
'host' => 'mariadb',
|
||||
'user' => 'appuser',
|
||||
'pass' => 'apppass',
|
||||
'data' => 'appdb'
|
||||
];
|
||||
Reference in New Issue
Block a user