mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
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");
|
set_global_db_username("root");
|
||||||
}
|
}
|
||||||
if (!globals.db_password) {
|
if (!globals.db_password) {
|
||||||
set_global_db_password("land99rover");
|
set_global_db_password("password");
|
||||||
}
|
}
|
||||||
if (!globals.db_dsn) {
|
if (!globals.db_dsn) {
|
||||||
set_global_db_dsn("easyroute");
|
set_global_db_dsn("easyroute");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user