bin.mysql = /usr/bin/mysql
bin.zip = /usr/bin/zip
bin.unzip = /usr/bin/unzip
-;bin.imagemagick=convert
+bin.imagemagick=/usr/bin/convert
bin.cp = /bin/cp
bin.rm = /bin/rm
session.lifetime = 31536000 ;1 year
session.adapter = cache
-webhost = www.
+webhost = www.fluidbook.com
database.adapter = pdo_mysql
database.params.host = localhost
database.params.password = QsFe2wxVMW
database.params.dbname = fluidbookwebv3
-;former.database.adapter = pdo_mysql
-;former.database.params.host =
-;former.database.params.username =
-;former.database.params.password =
-;former.database.params.dbname =
+former.database.adapter = pdo_mysql
+former.database.params.host = localhost
+former.database.params.username = fluidbook
+former.database.params.password = *arica*2
+former.database.params.dbname = fluidbook_dev
-;former.home =
+former.home = /home/fluidbook/www
-seo.universalAnalytics =
-seo.google =
-seo.bing =
+seo.universalAnalytics = UA-4339912-2
+seo.google = google93c0129ef18a399d.html
+seo.bing = 8986457D1D126C38A815027C839372DC
navigation.containers[] = 0;
;navigation.containers[]=-1;
navigation.containers[] = -2;
navigation.containers[] = -3;
-locales.fr =
-;locales.en =
+locales.fr = www.fluidbook.com
+locales.en = en.fluidbook.com
acl.perpage = true
seo.universalAnalytics =
-;httpauth.username = username
-;httpauth.password = password
+httpauth.username = fluidbook
+httpauth.password = fb2016
+httpauth.ip_whitelist[] = 81.57.231.18
+httpauth.ip_whitelist[] = 82.216.164.184
robots = false
-webhost = fluidbookwebv3.dev.cubedesigners.com
\ No newline at end of file
+webhost = fluidbook.com
\ No newline at end of file
ini_set('log_errors', '1');
ini_set('error_log', dirname(__FILE__) . '/log/php_error.log');
-if ($_SERVER['HTTP_HOST'] == 'fluidbookwebv3.dev.cubedesigners.com') {
+if ($_SERVER['HTTP_HOST'] == 'dev.fluidbook.com') {
define('APPLICATION_ENV', 'testing');
} else if ($_SERVER['HTTP_HOST'] == 'www.') {
define('APPLICATION_ENV', 'production');