From 9437746602f45cab740749df5c3f52ba9ffeec52 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 24 Apr 2015 09:28:06 +0200 Subject: [PATCH] [UPDATE] CHANGELOG.md with modifications --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085f4e1f..8e541d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ --------------------- * Allow SSO accross MPOS pools - * Added a new config option `$config['db']['shared']['name']`, defaults to `$config['db']['name']` - * Will access `accounts` and `pool_workers` on shared table + * Added a new config options + * `$config['db']['shared']['acounts']`, defaults to `$config['db']['name']` + * `$config['db']['shared']['workers']`, defaults to `$config['db']['name']` + * `$config['db']['shared']['news']`, defaults to `$config['db']['name']` + * Will access `accounts`, `pool_workers` and `news` on shared table * Does not allow splitting `accounts` and `pool_woker` across database hosts * Required `$config['cookie']['domain']` to be set * You need to use the top domain shared between hosts as the setting