We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e052b70 commit 96f1dc9Copy full SHA for 96f1dc9
config/config.template.php config/config.php
@@ -23,4 +23,4 @@
23
//Database connections can be generated and stored in this array, to avoid hard-coding
24
//connection details into query definitions
25
$GLOBALS['Velox']['Connections'] = [];
26
-$GLOBALS['Velox']['Connections']['my-database'] = new Velox\Connection('host','database','username','password');
+//$GLOBALS['Velox']['Connections']['my-database'] = new Velox\Connection('host','database','username','password');
0 commit comments