Skip to content

Commit 9437746

Browse files
committed
[UPDATE] CHANGELOG.md with modifications
1 parent b7b3103 commit 9437746

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
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

0 commit comments

Comments
 (0)