[sr-dev] git:master: core: fix default read-only DB URL

Klaus Darilion klaus.mailinglists at pernau.at
Wed Apr 24 11:10:25 CEST 2013


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 <klaus.mailinglists at pernau.at>
Committer: Klaus Darilion <klaus.mailinglists at pernau.at>
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"




More information about the sr-dev mailing list