]> dev.renevier.net Git - syj.git/blobdiff - application/configs/application.ini
routes profile
[syj.git] / application / configs / application.ini
index 58eb8377a8899753c69bf16fb13df6cf64773ca8..ef2aba5137eb430dbd9b0187d658b80f7714818d 100644 (file)
@@ -25,6 +25,10 @@ resources.frontController.plugins.loggeduser = "Syj_Controllers_Plugins_SyjLogge
 resources.frontController.plugins.contenttype = "Syj_Controllers_Plugins_SyjContentType"
 resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
 resources.db.adapter = "Pdo_Pgsql"
+; altiphp
+resources.frontController.params.profileCache = APPLICATION_PATH "/../generated/profile/"
+resources.frontController.altiphp.source = "srtmtiles"
+resources.frontController.altiphp.cache = APPLICATION_PATH "/../generated/tiles"
 ; i18n
 resources.translate.adapter = gettext
 resources.translate.data = APPLICATION_PATH "/languages"
@@ -109,6 +113,12 @@ resources.router.routes.faq.defaults.action = "index"
 resources.router.routes.nominatim.route = "nominatim/"
 resources.router.routes.nominatim.defaults.controller = "nominatim"
 resources.router.routes.nominatim.defaults.action = "index"
+; profile/
+resources.router.routes.profile.type = "Zend_Controller_Router_Route_Regex"
+resources.router.routes.profile.route = "profile/(.*)\.png"
+resources.router.routes.profile.map.1 = "url"
+resources.router.routes.profile.defaults.controller = "profile"
+resources.router.routes.profile.defaults.action = "index"
 
 ; database
 resources.db.params.username = "arno"