浏览代码

core: fix default read-only DB URL

Klaus Darilion 12 年之前
父节点
当前提交
fdb6c8cbaf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.h

+ 1 - 1
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"