70 lines
2.5 KiB
INI
Executable File
70 lines
2.5 KiB
INI
Executable File
[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.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
|
|
resources.frontController.params.displayExceptions = 0
|
|
resources.layout.layout = "main"
|
|
resources.layout.layoutPath = APPLICATION_PATH "/views"
|
|
resources.view.basePath = APPLICATION_PATH "/views"
|
|
|
|
; Scores configuration
|
|
profil.server.name = development
|
|
profil.mail.method = smtp
|
|
profil.mail.host = 192.168.3.200
|
|
profil.mail.port = 587
|
|
profil.mail.auth = login
|
|
profil.mail.username = batch1@srvbak01
|
|
profil.mail.password = test
|
|
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/deploy/batch/shared"
|
|
|
|
; 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 = ""
|
|
|
|
; Sphinx configuration
|
|
profil.sphinx.ent.host = "192.168.3.25"
|
|
profil.sphinx.ent.port = 3312
|
|
profil.sphinx.ent.version = "2.2.9"
|
|
profil.sphinx.dir.host = "192.168.3.25"
|
|
profil.sphinx.dir.port = 3312
|
|
profil.sphinx.dir.version = "2.2.9"
|
|
profil.sphinx.act.host = "192.168.3.25"
|
|
profil.sphinx.act.port = 3312
|
|
profil.sphinx.act.version = "2.2.9"
|
|
profil.sphinx.histo.host = "192.168.3.25"
|
|
profil.sphinx.histo.port = 3312
|
|
profil.sphinx.histo.version = "2.2.9"
|
|
|
|
; Database configuration - For old configuration - see Configure.php
|
|
profil.db.metier.adapter=mysqli
|
|
profil.db.metier.params.host=192.168.3.28
|
|
profil.db.metier.params.username=batchuser
|
|
profil.db.metier.params.password=2XQTpKatBVRezXE9
|
|
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 = 0
|
|
resources.frontController.params.displayExceptions = 1
|
|
|
|
[testing : production]
|
|
phpSettings.display_startup_errors = 1
|
|
phpSettings.display_errors = 1 |