Module: sip-router Branch: 4.0 Commit: a8991ef4b63c575a32807c3aacc7a076ae22d40d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a8991ef4...
Author: Klaus Darilion klaus.mailinglists@pernau.at Committer: Klaus Darilion klaus.mailinglists@pernau.at Date: Wed Apr 24 09:09:25 2013 +0000
core: fix default read-only DB URL (cherry picked from commit fdb6c8cbafec7849367f16f5dc56ffa20885bef4)
---
config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.h b/config.h index 2368503..fce4c22 100644 --- a/config.h +++ b/config.h @@ -196,7 +196,7 @@ defined MOD_INTERFACE_V1 #define DEFAULT_DB_URL "mysql://kamailio:kamailiorw@localhost/kamailio" #define DEFAULT_DB_URL_LEN (sizeof(DEFAULT_DB_URL) - 1) - #define DEFAULT_RODB_URL "mysql://kamailio:kamailiorw@localhost/okamailio" + #define DEFAULT_RODB_URL "mysql://kamailioro:kamailioro@localhost/kamailio" #define DEFAULT_RODB_URL_LEN (sizeof(DEFAULT_RODB_URL) - 1) #else #define DEFAULT_DB_URL "mysql://ser:heslo@localhost/ser"