summaryrefslogtreecommitdiffstats
path: root/application/configs
diff options
context:
space:
mode:
authormentos2011-02-03 15:53:39 +0100
committermentos2011-02-03 15:53:39 +0100
commit33f37dd47bf0441476eaa0f010bcb24891ef75c0 (patch)
treee387f32a9641c52652de1bb765f87df011fc7557 /application/configs
parent.settings und .buildpath wieder aus git entfernt (diff)
downloadpbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.tar.gz
pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.tar.xz
pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.zip
application.ini passwoerter entfernt
Diffstat (limited to 'application/configs')
-rw-r--r--application/configs/application.ini26
1 files changed, 0 insertions, 26 deletions
diff --git a/application/configs/application.ini b/application/configs/application.ini
deleted file mode 100644
index d421af8..0000000
--- a/application/configs/application.ini
+++ /dev/null
@@ -1,26 +0,0 @@
-[production]
-phpSettings.display_startup_errors = 0
-phpSettings.display_errors = 0
-includePaths.library = APPLICATION_PATH "/../library"
-bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
-bootstrap.class = "Bootstrap"
-appnamespace = "Application"
-resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
-resources.frontController.params.displayExceptions = 0
-resources.db.adapter = PDO_MYSQL
-resources.db.params.host = localhost
-resources.db.params.username = root
-resources.db.params.password = lsfks-openslx
-resources.db.params.dbname = pbs
-resources.db.isDefaultTableAdapter = true
-
-[staging : production]
-
-[testing : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-
-[development : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-resources.frontController.params.displayExceptions = 1