File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 22---------------------
33
44* Allow SSO accross MPOS pools
5- * Added a new config option ` $config['db']['shared']['name'] ` , defaults to ` $config['db']['name'] `
6- * Will access ` accounts ` and ` pool_workers ` on shared table
5+ * Added a new config options
6+ * ` $config['db']['shared']['acounts'] ` , defaults to ` $config['db']['name'] `
7+ * ` $config['db']['shared']['workers'] ` , defaults to ` $config['db']['name'] `
8+ * ` $config['db']['shared']['news'] ` , defaults to ` $config['db']['name'] `
9+ * Will access ` accounts ` , ` pool_workers ` and ` news ` on shared table
710 * Does not allow splitting ` accounts ` and ` pool_woker ` across database hosts
811 * Required ` $config['cookie']['domain'] ` to be set
912 * You need to use the top domain shared between hosts as the setting
You can’t perform that action at this time.
0 commit comments