]> dev.renevier.net Git - syj.git/blobdiff - application/configs/application.ini
update config to new url
[syj.git] / application / configs / application.ini
index 3c743966438b847009aee82eee8f71548c6d0286..38254f87c121e4655193afb71d9b0384568b7162 100644 (file)
@@ -1,4 +1,4 @@
-; This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+; This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
 ; and is published under the AGPL license. */
 [production]
 phpSettings.display_startup_errors = 0
@@ -9,7 +9,7 @@ bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
 bootstrap.class = "Bootstrap"
 appnamespace = "Syj"
 ; needed to send mails from cron
-resources.frontController.params.rooturl="http://osm-syj.crans.org/"
+resources.frontController.params.rooturl="http://syj.renevier.net/"
 resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
 resources.frontController.params.displayExceptions = 0
 resources.frontController.params.webmasterEmail = "arno@renevier.net"
@@ -90,10 +90,6 @@ resources.router.routes.pending.defaults.action = "index"
 resources.router.routes.termsofuse.route = "termsofuse/"
 resources.router.routes.termsofuse.defaults.controller = "termsofuse"
 resources.router.routes.termsofuse.defaults.action = "index"
-; cron/
-resources.router.routes.cron.route = "cron/"
-resources.router.routes.cron.defaults.controller = "cron"
-resources.router.routes.cron.defaults.action = "index"
 ; newpwd/
 resources.router.routes.newpwd.route = "newpwd/"
 resources.router.routes.newpwd.defaults.controller = "newpwd"