Browse Source

core: fix default read-only DB URL

Klaus Darilion 12 năm trước cách đây
mục cha
commit
fdb6c8cbaf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"