summaryrefslogtreecommitdiffstats
path: root/application/configs
diff options
context:
space:
mode:
authormichael pereira2011-03-06 14:07:09 +0100
committermichael pereira2011-03-06 14:07:09 +0100
commita999a98dda8b383bad74269aae0bfc6699d70a6b (patch)
tree6784a5d3e1bf8aa7a5b94688ebe42097fd5f30f8 /application/configs
parentzfproject angepasst (diff)
downloadpbs2-a999a98dda8b383bad74269aae0bfc6699d70a6b.tar.gz
pbs2-a999a98dda8b383bad74269aae0bfc6699d70a6b.tar.xz
pbs2-a999a98dda8b383bad74269aae0bfc6699d70a6b.zip
aufgeraeumt
Diffstat (limited to 'application/configs')
-rw-r--r--application/configs/application.ini2
-rw-r--r--application/configs/application.ini 26
2 files changed, 1 insertions, 27 deletions
diff --git a/application/configs/application.ini b/application/configs/application.ini
index 9bfaec2..6970da3 100644
--- a/application/configs/application.ini
+++ b/application/configs/application.ini
@@ -10,7 +10,7 @@ resources.frontController.params.displayExceptions = 0
resources.db.adapter = PDO_MYSQL
resources.db.params.host = localhost
resources.db.params.username = root
-resources.db.params.password = 123456
+resources.db.params.password = lsfks
resources.db.params.dbname = pbs
resources.db.isDefaultTableAdapter = true
diff --git a/application/configs/application.ini b/application/configs/application.ini
deleted file mode 100644
index 6970da3..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
-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