We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1021d3 commit 2859c84Copy full SHA for 2859c84
src/Ubiquity
@@ -198,6 +198,11 @@ class Ubiquity {
198
"dbType",
199
"mysql"
200
],
201
+ [
202
+ "r",
203
+ "dbWrapper",
204
+ "Ubiquity\\db\\providers\\pdo\\PDOWrapper"
205
+ ],
206
[
207
"s",
208
"serverName",
src/devtools/project-files/templates/config.tpl
@@ -3,6 +3,7 @@ return array(
3
"siteUrl"=>"%siteUrl%",
4
"database"=>[
5
"type"=>"%dbType%",
6
+ "wrapper"=>"%dbWrapper%",
7
"dbName"=>"%dbName%",
8
"serverName"=>"%serverName%",
9
"port"=>"%port%",
0 commit comments