lets use a more common default password

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11024 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2008-12-31 17:00:12 +00:00
parent c6b3871eb0
commit c72b3158a6

View File

@ -136,7 +136,7 @@ done:
set_global_db_username("root");
}
if (!globals.db_password) {
set_global_db_password("land99rover");
set_global_db_password("password");
}
if (!globals.db_dsn) {
set_global_db_dsn("easyroute");