瀏覽代碼

- examples set to default values

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4082 689a6050-402a-0410-94f2-e92a70836424
Daniel-Constantin Mierla 17 年之前
父節點
當前提交
50e5434a5a
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      etc/openser.cfg

+ 5 - 5
etc/openser.cfg

@@ -147,7 +147,7 @@ modparam("usrloc", "db_mode",   0)
    for location entries */
 #modparam("usrloc", "db_mode",   2)
 #modparam("usrloc", "db_url",
-#	"mysql://openser:openserrw@192.168.1.3/openser_1_3")
+#	"mysql://openser:openserrw@localhost/openser")
 
 
 # ----- auth_db params -----
@@ -156,7 +156,7 @@ modparam("usrloc", "db_mode",   0)
 #modparam("auth_db", "calculate_ha1", yes)
 #modparam("auth_db", "password_column", "password")
 #modparam("auth_db", "db_url",
-#	"mysql://openser:openserrw@192.168.1.3/openser_1_3")
+#	"mysql://openser:openserrw@localhost/openser")
 #modparam("auth_db", "load_credentials", "")
 
 
@@ -164,14 +164,14 @@ modparam("usrloc", "db_mode",   0)
 /* uncomment the following lines if you want to enable the DB based
    aliases */
 #modparam("alias_db", "db_url",
-#	"mysql://openser:openserrw@192.168.1.3/openser_1_3")
+#	"mysql://openser:openserrw@localhost/openser")
 
 
 # ----- domain params -----
 /* uncomment the following lines to enable multi-domain detection
    support */
 #modparam("domain", "db_url",
-#	"mysql://openser:openserrw@192.168.1.3/openser_1_3")
+#	"mysql://openser:openserrw@localhost/openser")
 #modparam("domain", "db_mode", 1)   # Use caching
 
 
@@ -184,7 +184,7 @@ modparam("usrloc", "db_mode",   0)
 # ----- presence params -----
 /* uncomment the following lines if you want to enable presence */
 #modparam("presence|presence_xml", "db_url",
-#	"mysql://openser:openserrw@192.168.1.3/openser_1_3")
+#	"mysql://openser:openserrw@localhost/openser")
 #modparam("presence_xml", "force_active", 1)
 #modparam("presence", "server_address", "sip:192.168.1.2:5060")