80 lines
2.9 KiB
INI
80 lines
2.9 KiB
INI
[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.params.displayExceptions = 0
|
|
resources.layout.layout = "main"
|
|
resources.layout.layoutPath = APPLICATION_PATH "/views"
|
|
resources.view.basePath = APPLICATION_PATH "/views"
|
|
autoloaderNamespaces[] = "Application_"
|
|
autoloaderNamespaces[] = "Scores_"
|
|
autoloaderNamespaces[] = "Form_"
|
|
|
|
profil.sphinx.ent.host = "192.168.78.252"
|
|
profil.sphinx.ent.port = 3312
|
|
profil.sphinx.ent.version = 2
|
|
profil.sphinx.dir.host = "192.168.78.252"
|
|
profil.sphinx.dir.port = 3312
|
|
profil.sphinx.dir.version = 2
|
|
profil.sphinx.act.host = "192.168.78.252"
|
|
profil.sphinx.act.port = 3312
|
|
profil.sphinx.act.version = 2
|
|
profil.sphinx.histo.host = "192.168.78.252"
|
|
profil.sphinx.histo.port = 3312
|
|
profil.sphinx.histo.version = 2
|
|
|
|
; Scores configuration
|
|
profil.server.name = development
|
|
profil.mail.method = smtp
|
|
profil.mail.smtp_host = smtp.free.fr
|
|
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
|
|
profil.wkhtmltopdf.path = "c:\Users\mricois\www\data\wkhtml"
|
|
profil.wkhtmltopdf.arch = "amd64"
|
|
profil.path.batch = APPLICATION_PATH "/../scripts/jobs"
|
|
profil.path.cache = APPLICATION_PATH "/../data/cache"
|
|
profil.path.files = APPLICATION_PATH "/../data/files"
|
|
profil.path.log = APPLICATION_PATH "/../data/log"
|
|
profil.path.data = "c:\Users\mricois\www\dataws"
|
|
profil.path.secure = "c:\Users\mricois\www\dataws"
|
|
|
|
profil.sphinx.ent.host = "192.168.78.252"
|
|
profil.sphinx.ent.port = 3312
|
|
profil.sphinx.ent.version = 2
|
|
profil.sphinx.dir.host = "192.168.78.252"
|
|
profil.sphinx.dir.port = 3312
|
|
profil.sphinx.dir.version = 2
|
|
profil.sphinx.act.host = "192.168.78.252"
|
|
profil.sphinx.act.port = 3312
|
|
profil.sphinx.act.version = 2
|
|
profil.sphinx.histo.host = "192.168.78.252"
|
|
profil.sphinx.histo.port = 3312
|
|
profil.sphinx.histo.version = 2
|
|
|
|
; For old configuration - see WsScores/Configure.php
|
|
profil.db.metier.adapter=mysqli
|
|
profil.db.metier.params.host=192.168.78.230
|
|
profil.db.metier.params.username=user
|
|
profil.db.metier.params.password=password
|
|
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 |