forked from Mirrors/freeswitch
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:
parent
c6b3871eb0
commit
c72b3158a6
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user