1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Introduzione options per connessione al db

This commit is contained in:
Luca
2022-12-05 17:44:20 +01:00
parent d34e77530b
commit d775541f75
3 changed files with 63 additions and 10 deletions

View File

@@ -23,6 +23,10 @@ $db_username = '|username|';
$db_password = '|password|';
$db_name = '|database|';
//$port = '|port|';
$db_options = [
//'sort_buffer_size' => '4M',
];
// Percorso della cartella di backup
$backup_dir = __DIR__.'/backup/';