Commit 8d9fb00c by Feanil Patel

Setting default username to root and defalut db name to edxapp.

parent 3eeb0aa1
......@@ -350,7 +350,7 @@
"ConstraintDescription":"must be between 1 and 10."
},
"DBName":{
"Default":"wwc",
"Default":"edxapp",
"Description":"The database name",
"Type":"String",
"MinLength":"1",
......@@ -359,7 +359,7 @@
"ConstraintDescription":"must begin with a letter and contain only alphanumeric characters."
},
"DBUsername":{
"Default":"edxapp",
"Default":"root",
"NoEcho":"true",
"Description":"The database admin account username",
"Type":"String",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment