2014-11-26 14:03:27 +00:00
|
|
|
[production]
|
|
|
|
phpSettings.date.timezone = "Europe/Paris"
|
|
|
|
phpSettings.display_startup_errors = 0
|
|
|
|
phpSettings.display_errors = 0
|
|
|
|
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
|
|
|
|
bootstrap.class = "Bootstrap"
|
|
|
|
appnamespace = "Application"
|
|
|
|
resources.session.save_path = APPLICATION_PATH "/../data/sessions"
|
|
|
|
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
|
|
|
|
resources.frontController.plugins.Auth = "Application_Controller_Plugin_Auth"
|
|
|
|
resources.frontController.plugins.Services = "Application_Controller_Plugin_Services"
|
|
|
|
resources.frontController.plugins.Menu = "Application_Controller_Plugin_Menu"
|
|
|
|
resources.frontController.params.displayExceptions = 0
|
|
|
|
resources.layout.layout = "layout"
|
|
|
|
resources.layout.layoutPath = APPLICATION_PATH "/views"
|
|
|
|
resources.view.basePath = APPLICATION_PATH "/views"
|
|
|
|
|
|
|
|
; Scores configuration
|
|
|
|
profil.server.name = WebRecette
|
|
|
|
profil.mail.method = smtp
|
|
|
|
profil.mail.smtp_host = smtp.celeste.fr
|
|
|
|
profil.mail.smtp_port = 25
|
|
|
|
profil.mail.email.support = supportdev@scores-decisions.com
|
|
|
|
profil.mail.email.supportdev = supportdev@scores-decisions.com
|
|
|
|
profil.mail.email.contact = supportdev@scores-decisions.com
|
|
|
|
profil.mail.email.production = supportdev@scores-decisions.com
|
2014-12-01 15:49:10 +00:00
|
|
|
profil.wkhtmltopdf.path = "/usr/local/bin/wkhtmltopdf"
|
2014-11-26 14:03:27 +00:00
|
|
|
profil.path.batch = APPLICATION_PATH "/../scripts/jobs"
|
|
|
|
profil.path.cache = APPLICATION_PATH "/../data/cache"
|
|
|
|
profil.path.files = APPLICATION_PATH "/../data/files" ; DOC_WEB_LOCAL
|
|
|
|
profil.path.data = "/home/vhosts/data/webservice"
|
|
|
|
profil.path.secure = "/mnt/datafile" ; SECURE_STORAGE
|
|
|
|
|
|
|
|
; Metier - Infogreffe
|
|
|
|
profil.infogreffe.wsdl = "infogreffe.wsdl"
|
|
|
|
profil.infogreffe.url = "https://webservices.infogreffe.fr/WSContextInfogreffe/INFOGREFFE"
|
|
|
|
profil.infogreffe.uri = "https://webservices.infogreffe.fr/"
|
|
|
|
profil.infogreffe.user = 85000109
|
|
|
|
profil.infogreffe.password = 166
|
|
|
|
profil.infogreffe.cache.path = APPLICATION_PATH "/../data/cache"
|
|
|
|
profil.infogreffe.cache.time = 8
|
|
|
|
profil.infogreffe.storage.path = "/mnt/datafile/greffes"
|
|
|
|
|
|
|
|
; Sphinx configuration
|
|
|
|
profil.sphinx.ent.host = "192.168.122.32"
|
|
|
|
profil.sphinx.ent.port = 9312
|
|
|
|
profil.sphinx.ent.version = 2
|
|
|
|
profil.sphinx.dir.host = "192.168.122.32"
|
|
|
|
profil.sphinx.dir.port = 9312
|
|
|
|
profil.sphinx.dir.version = 2
|
|
|
|
profil.sphinx.act.host = "192.168.122.32"
|
|
|
|
profil.sphinx.act.port = 9312
|
|
|
|
profil.sphinx.act.version = 2
|
|
|
|
profil.sphinx.histo.host = "192.168.122.32"
|
|
|
|
profil.sphinx.histo.port = 9312
|
|
|
|
profil.sphinx.histo.version = 2
|
|
|
|
|
|
|
|
; For old configuration - see Configure.php
|
|
|
|
profil.db.metier.adapter=mysqli
|
|
|
|
profil.db.metier.params.host=195.154.170.169:53336
|
|
|
|
profil.db.metier.params.username=wsuser
|
|
|
|
profil.db.metier.params.password=wspass2012
|
|
|
|
profil.db.metier.params.dbname=sdv1
|
|
|
|
profil.db.metier.params.driver_options.MYSQLI_INIT_COMMAND = "SET NAMES utf8"
|
|
|
|
|
|
|
|
[staging : production]
|
|
|
|
resources.frontController.params.displayExceptions = 1
|
|
|
|
|
|
|
|
[development : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|
|
|
|
resources.frontController.params.displayExceptions = 1
|
|
|
|
|
|
|
|
[testing : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|