Commit 8d9fb00c by Feanil Patel

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

parent 3eeb0aa1
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
"ConstraintDescription":"must be between 1 and 10." "ConstraintDescription":"must be between 1 and 10."
}, },
"DBName":{ "DBName":{
"Default":"wwc", "Default":"edxapp",
"Description":"The database name", "Description":"The database name",
"Type":"String", "Type":"String",
"MinLength":"1", "MinLength":"1",
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
"ConstraintDescription":"must begin with a letter and contain only alphanumeric characters." "ConstraintDescription":"must begin with a letter and contain only alphanumeric characters."
}, },
"DBUsername":{ "DBUsername":{
"Default":"edxapp", "Default":"root",
"NoEcho":"true", "NoEcho":"true",
"Description":"The database admin account username", "Description":"The database admin account username",
"Type":"String", "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