58 lines
2.7 KiB
INI
Executable File
58 lines
2.7 KiB
INI
Executable File
[production]
|
|
phpSettings.date.timezone = "Europe/Paris"
|
|
phpSettings.display_startup_errors = 0
|
|
phpSettings.display_errors = 0
|
|
phpSettings.soap.wsdl_cache_dir = "/home/vhosts/data/extranet/wsdl"
|
|
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
|
|
bootstrap.class = "Bootstrap"
|
|
appnamespace = "Application"
|
|
resources.session.save_path = "/home/vhosts/data/extranet/sessions"
|
|
resources.useragent.mobile.features.path = APPLICATION_PATH "/../library/Zend/Http/UserAgent/Features/Adapter/Browscap.php"
|
|
resources.useragent.mobile.features.classname = "Zend_Http_UserAgent_Features_Adapter_Browscap"
|
|
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
|
|
resources.frontController.plugins.Auth = "Application_Controller_Plugin_Auth"
|
|
resources.frontController.plugins.Theme = "Application_Controller_Plugin_Theme"
|
|
resources.frontController.plugins.Lang = "Application_Controller_Plugin_Lang"
|
|
resources.frontController.plugins.Menu = "Application_Controller_Plugin_Menu"
|
|
resources.frontController.plugins.Pdf = "Application_Controller_Plugin_Pdf"
|
|
resources.frontController.plugins.Xml = "Application_Controller_Plugin_Xml"
|
|
resources.frontController.plugins.Cgu = "Application_Controller_Plugin_Cgu"
|
|
resources.frontController.params.displayExceptions = 0
|
|
resources.layout.layout = "layout"
|
|
resources.layout.layoutPath = APPLICATION_PATH "/layouts/default"
|
|
resources.view.helperPath = APPLICATION_PATH "/layouts/helpers"
|
|
resources.view.basePath = APPLICATION_PATH "/views/default"
|
|
|
|
; Scores configuration
|
|
profil.server.name = sdsrvdev01
|
|
profil.webservice.url = "http://webservice.sd.lan";
|
|
profil.mail.method = smtp
|
|
profil.mail.smtp_host = smtp.celeste.fr
|
|
profil.mail.username = yourusername
|
|
profil.mail.password = yourpassword
|
|
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.path.shared = "/home/vhosts/data/extranet"
|
|
profil.wkhtmltopdf.path = "/usr/local/bin/wkhtmltopdf"
|
|
profil.db.sdv1.adapter=mysqli
|
|
profil.db.sdv1.params.host=localhost
|
|
profil.db.sdv1.params.username=extranet
|
|
profil.db.sdv1.params.password=dMJNQwHER2A8jZFY
|
|
profil.db.sdv1.params.dbname=extranet
|
|
profil.db.sdv1.params.driver_options.MYSQLI_INIT_COMMAND = "SET NAMES utf8"
|
|
|
|
[staging : production]
|
|
resources.frontController.params.displayExceptions = 0
|
|
phpSettings.soap.wsdl_cache_enabled = 1
|
|
|
|
[development : production]
|
|
phpSettings.display_startup_errors = 1
|
|
phpSettings.display_errors = 0
|
|
phpSettings.soap.wsdl_cache_enabled = 0
|
|
resources.frontController.params.displayExceptions = 1
|
|
|
|
[testing : production]
|
|
phpSettings.display_startup_errors = 1
|
|
phpSettings.display_errors = 1 |