Module: sip-router
Branch: master
Commit: fdb6c8cbafec7849367f16f5dc56ffa20885bef4
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fdb6c8cbafec7849367f16f5dc56ffa20885bef4

Author: Klaus Darilion <[email protected]>
Committer: Klaus Darilion <[email protected]>
Date:   Wed Apr 24 09:09:25 2013 +0000

core: fix default read-only DB URL

---

 config.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config.h b/config.h
index 85e6388..1465f1e 100644
--- a/config.h
+++ b/config.h
@@ -198,7 +198,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"


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to