(cherry picked from commit 9b1a3a6b9a3e6a24d646e62ba74811cfdf553dae)
... | ... |
@@ -204,9 +204,10 @@ modparam("db_cluster", "max_query_length", 5) |
204 | 204 |
<programlisting format="linespecific"> |
205 | 205 |
... |
206 | 206 |
modparam("db_cluster", "connection", |
207 |
- "c1=>&defaultdb;1") |
|
207 |
+ "c1=>mysql://kamailio:kamailiorw@localhost/kamailio1") |
|
208 | 208 |
modparam("db_cluster", "connection", |
209 |
- "c2=>&defaultdb;2") |
|
209 |
+ "c2=>mysql://kamailio:kamailiorw@remotehost/kamailio2") |
|
210 |
+ |
|
210 | 211 |
modparam("db_cluster", "cluster", "k1=>c1=9r9p;c2=9r9p") |
211 | 212 |
|
212 | 213 |
modparam("acc", "db_url", "cluster://k1") |