Allow connection to different database backends, for now mysql and dblib

This commit is contained in:
2018-12-12 12:14:54 +01:00
parent b852dec610
commit cea39b66c8
7 changed files with 16 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';
$lang['type'] = 'DSN prefix (database type)';
$lang['Host'] = 'Default MySQL server address (DNS or IP)';
$lang['DB'] = 'MySQL database name';
$lang['user'] = 'Database username';