We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b3103 commit 9437746Copy full SHA for 9437746
CHANGELOG.md
@@ -2,8 +2,11 @@
2
---------------------
3
4
* 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
+ * Added a new config options
+ * `$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
10
* Does not allow splitting `accounts` and `pool_woker` across database hosts
11
* Required `$config['cookie']['domain']` to be set
12
* You need to use the top domain shared between hosts as the setting
0 commit comments