diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-08-09 22:11:39 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-08-09 22:11:50 +0200 |
commit | ce38587c8459587d7a03002ebcb4427ed95fb85c (patch) | |
tree | 1a5d787189deb6b895ff6df7fe1bb2303f92961d /manager/application/configs | |
parent | 2cbb6d9c9cea8624d474807857ba2f8c81352c15 (diff) | |
download | cacert-mgr-ce38587c8459587d7a03002ebcb4427ed95fb85c.tar.gz cacert-mgr-ce38587c8459587d7a03002ebcb4427ed95fb85c.tar.xz cacert-mgr-ce38587c8459587d7a03002ebcb4427ed95fb85c.zip |
bug 1396: Normalize Linefeed to Unix format in Repository
Diffstat (limited to 'manager/application/configs')
-rw-r--r-- | manager/application/configs/application.ini.ca-mgr1 | 114 | ||||
-rw-r--r-- | manager/application/configs/application.ini.mawatest | 114 |
2 files changed, 114 insertions, 114 deletions
diff --git a/manager/application/configs/application.ini.ca-mgr1 b/manager/application/configs/application.ini.ca-mgr1 index 4db026b..e003b47 100644 --- a/manager/application/configs/application.ini.ca-mgr1 +++ b/manager/application/configs/application.ini.ca-mgr1 @@ -1,57 +1,57 @@ -[production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-includePaths.library = LIBRARY_PATH
-bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
-bootstrap.class = "Bootstrap"
-resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
-resources.frontController.noViewRenderer = 0
-resources.frontController.noErrorHandler = 0
-resources.frontController.useDefaultControllerAlways = 0
-resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
-resources.view[] =
-autoloadernamespaces.0 = "CAcert_"
-
-; Database settings for Session DB
-ca_mgr.db.session.pdo = "Pdo_Mysql"
-ca_mgr.db.session.autocleanup = 1
-ca_mgr.db.session.host = "localhost"
-ca_mgr.db.session.username = "ca_mgr"
-ca_mgr.db.session.password = "jsdfhsd47534hsdf7"
-ca_mgr.db.session.dbname = "ca_mgr"
-
-; Database settings for Auth DB (CACert User Table)
-ca_mgr.db.auth.pdo = "Pdo_Mysql"
-ca_mgr.db.auth.host = "cacert1.it-sls.de"
-ca_mgr.db.auth.username = "ca_mgr"
-ca_mgr.db.auth.password = "6348Jhfge(3457H5Kse"
-ca_mgr.db.auth.dbname = "cacert"
-ca_mgr.db.auth.tablename = "users"
-
-; Database settings for Auth DB (Manager User Table)
-ca_mgr.db.auth2.pdo = "Pdo_Mysql"
-ca_mgr.db.auth2.host = "localhost"
-ca_mgr.db.auth2.username = "ca_mgr"
-ca_mgr.db.auth2.password = "jsdfhsd47534hsdf7"
-ca_mgr.db.auth2.dbname = "ca_mgr"
-ca_mgr.db.auth2.tablename = "system_user"
-
-; Database settings for Config DB (access to system_config and dnssecme data tables)
-ca_mgr.db.config.pdo = "Pdo_Mysql"
-ca_mgr.db.config.host = "localhost"
-ca_mgr.db.config.username = "ca_mgr"
-ca_mgr.db.config.password = "jsdfhsd47534hsdf7"
-ca_mgr.db.config.dbname = "ca_mgr"
-
-; Application name for logger
-log.application = "web"
-
-[staging : production]
-
-[testing : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-
-[development : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
+[production] +phpSettings.display_startup_errors = 1 +phpSettings.display_errors = 1 +includePaths.library = LIBRARY_PATH +bootstrap.path = APPLICATION_PATH "/Bootstrap.php" +bootstrap.class = "Bootstrap" +resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" +resources.frontController.noViewRenderer = 0 +resources.frontController.noErrorHandler = 0 +resources.frontController.useDefaultControllerAlways = 0 +resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts" +resources.view[] = +autoloadernamespaces.0 = "CAcert_" + +; Database settings for Session DB +ca_mgr.db.session.pdo = "Pdo_Mysql" +ca_mgr.db.session.autocleanup = 1 +ca_mgr.db.session.host = "localhost" +ca_mgr.db.session.username = "ca_mgr" +ca_mgr.db.session.password = "jsdfhsd47534hsdf7" +ca_mgr.db.session.dbname = "ca_mgr" + +; Database settings for Auth DB (CACert User Table) +ca_mgr.db.auth.pdo = "Pdo_Mysql" +ca_mgr.db.auth.host = "cacert1.it-sls.de" +ca_mgr.db.auth.username = "ca_mgr" +ca_mgr.db.auth.password = "6348Jhfge(3457H5Kse" +ca_mgr.db.auth.dbname = "cacert" +ca_mgr.db.auth.tablename = "users" + +; Database settings for Auth DB (Manager User Table) +ca_mgr.db.auth2.pdo = "Pdo_Mysql" +ca_mgr.db.auth2.host = "localhost" +ca_mgr.db.auth2.username = "ca_mgr" +ca_mgr.db.auth2.password = "jsdfhsd47534hsdf7" +ca_mgr.db.auth2.dbname = "ca_mgr" +ca_mgr.db.auth2.tablename = "system_user" + +; Database settings for Config DB (access to system_config and dnssecme data tables) +ca_mgr.db.config.pdo = "Pdo_Mysql" +ca_mgr.db.config.host = "localhost" +ca_mgr.db.config.username = "ca_mgr" +ca_mgr.db.config.password = "jsdfhsd47534hsdf7" +ca_mgr.db.config.dbname = "ca_mgr" + +; Application name for logger +log.application = "web" + +[staging : production] + +[testing : production] +phpSettings.display_startup_errors = 1 +phpSettings.display_errors = 1 + +[development : production] +phpSettings.display_startup_errors = 1 +phpSettings.display_errors = 1 diff --git a/manager/application/configs/application.ini.mawatest b/manager/application/configs/application.ini.mawatest index 61f7d98..07517ae 100644 --- a/manager/application/configs/application.ini.mawatest +++ b/manager/application/configs/application.ini.mawatest @@ -1,57 +1,57 @@ -[production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-includePaths.library = LIBRARY_PATH
-bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
-bootstrap.class = "Bootstrap"
-resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
-resources.frontController.noViewRenderer = 0
-resources.frontController.noErrorHandler = 0
-resources.frontController.useDefaultControllerAlways = 0
-resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
-resources.view[] =
-autoloadernamespaces.0 = "CAcert_"
-
-; Database settings for Session DB
-ca_mgr.db.session.pdo = "Pdo_Mysql"
-ca_mgr.db.session.autocleanup = 1
-ca_mgr.db.session.host = "localhost"
-ca_mgr.db.session.username = "front_session"
-ca_mgr.db.session.password = "laskdsfzrwethv45"
-ca_mgr.db.session.dbname = "ca_mgr"
-
-; Database settings for Auth DB (CACert User Table)
-ca_mgr.db.auth.pdo = "Pdo_Mysql"
-ca_mgr.db.auth.host = "localhost"
-ca_mgr.db.auth.username = "ca_mgr"
-ca_mgr.db.auth.password = "jsdfhsd47534hsdf7"
-ca_mgr.db.auth.dbname = "cacert"
-ca_mgr.db.auth.tablename = "users"
-
-; Database settings for Auth DB (Manager User Table)
-ca_mgr.db.auth2.pdo = "Pdo_Mysql"
-ca_mgr.db.auth2.host = "localhost"
-ca_mgr.db.auth2.username = "ca_mgr"
-ca_mgr.db.auth2.password = "jsdfhsd47534hsdf7"
-ca_mgr.db.auth2.dbname = "ca_mgr"
-ca_mgr.db.auth2.tablename = "system_user"
-
-; Database settings for Config DB (access to system_config and dnssecme data tables)
-ca_mgr.db.config.pdo = "Pdo_Mysql"
-ca_mgr.db.config.host = "localhost"
-ca_mgr.db.config.username = "ca_mgr"
-ca_mgr.db.config.password = "jsdfhsd47534hsdf7"
-ca_mgr.db.config.dbname = "ca_mgr"
-
-; Application name for logger
-log.application = "web"
-
-[staging : production]
-
-[testing : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-
-[development : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
\ No newline at end of file +[production] +phpSettings.display_startup_errors = 1 +phpSettings.display_errors = 1 +includePaths.library = LIBRARY_PATH +bootstrap.path = APPLICATION_PATH "/Bootstrap.php" +bootstrap.class = "Bootstrap" +resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" +resources.frontController.noViewRenderer = 0 +resources.frontController.noErrorHandler = 0 +resources.frontController.useDefaultControllerAlways = 0 +resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts" +resources.view[] = +autoloadernamespaces.0 = "CAcert_" + +; Database settings for Session DB +ca_mgr.db.session.pdo = "Pdo_Mysql" +ca_mgr.db.session.autocleanup = 1 +ca_mgr.db.session.host = "localhost" +ca_mgr.db.session.username = "front_session" +ca_mgr.db.session.password = "laskdsfzrwethv45" +ca_mgr.db.session.dbname = "ca_mgr" + +; Database settings for Auth DB (CACert User Table) +ca_mgr.db.auth.pdo = "Pdo_Mysql" +ca_mgr.db.auth.host = "localhost" +ca_mgr.db.auth.username = "ca_mgr" +ca_mgr.db.auth.password = "jsdfhsd47534hsdf7" +ca_mgr.db.auth.dbname = "cacert" +ca_mgr.db.auth.tablename = "users" + +; Database settings for Auth DB (Manager User Table) +ca_mgr.db.auth2.pdo = "Pdo_Mysql" +ca_mgr.db.auth2.host = "localhost" +ca_mgr.db.auth2.username = "ca_mgr" +ca_mgr.db.auth2.password = "jsdfhsd47534hsdf7" +ca_mgr.db.auth2.dbname = "ca_mgr" +ca_mgr.db.auth2.tablename = "system_user" + +; Database settings for Config DB (access to system_config and dnssecme data tables) +ca_mgr.db.config.pdo = "Pdo_Mysql" +ca_mgr.db.config.host = "localhost" +ca_mgr.db.config.username = "ca_mgr" +ca_mgr.db.config.password = "jsdfhsd47534hsdf7" +ca_mgr.db.config.dbname = "ca_mgr" + +; Application name for logger +log.application = "web" + +[staging : production] + +[testing : production] +phpSettings.display_startup_errors = 1 +phpSettings.display_errors = 1 + +[development : production] +phpSettings.display_startup_errors = 1 +phpSettings.display_errors = 1 |