Delete application.ini
This commit is contained in:
parent
fc92a140d5
commit
7c8a062b21
@ -1,53 +0,0 @@
|
|||||||
[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 = "layout"
|
|
||||||
resources.layout.layoutPath = APPLICATION_PATH "/views"
|
|
||||||
resources.view.basePath = APPLICATION_PATH "/views"
|
|
||||||
autoloaderNamespaces[] = "Application_"
|
|
||||||
autoloaderNamespaces[] = "Scores_"
|
|
||||||
autoloaderNamespaces[] = "Paybox_"
|
|
||||||
|
|
||||||
; Scores configuration
|
|
||||||
profil.server.name = local
|
|
||||||
profil.webservice.location = celeste
|
|
||||||
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.path.cache = APPLICATION_PATH "/../data/cache"
|
|
||||||
profil.path.files = APPLICATION_PATH "/../data/files"
|
|
||||||
profil.path.pages = APPLICATION_PATH "/../data/pages"
|
|
||||||
profil.path.data = "c:\Users\mricois\www\data\partner"
|
|
||||||
profil.wkhtmltopdf.path = "c:\Users\mricois\www\data\wkhtml\windows\wkhtmltopdf.exe"
|
|
||||||
profil.db.sdv1.adapter=mysqli
|
|
||||||
profil.db.sdv1.params.host=127.0.0.1
|
|
||||||
profil.db.sdv1.params.username=root
|
|
||||||
profil.db.sdv1.params.password=bj10sx
|
|
||||||
profil.db.sdv1.params.dbname=partner
|
|
||||||
profil.db.sdv1.params.driver_options.MYSQLI_INIT_COMMAND = "SET NAMES utf8"
|
|
||||||
|
|
||||||
profil.report.username=mricois
|
|
||||||
profil.report.password=ju2loh6o
|
|
||||||
profil.report.montant=21.53
|
|
||||||
profil.report.montantht=18.00
|
|
||||||
|
|
||||||
[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
|
|
Loading…
Reference in New Issue
Block a user