--- etc/config.yml 2008/04/06 18:31:14 51 +++ etc/config.yml 2008/04/06 19:54:12 52 @@ -56,3 +56,13 @@ ServeStaticFiles: 1 StaticRoot: share/web/static TemplateRoot: share/web/templates + +application: + pictures: + original_path: var/original_pictures/ + # Imager->scale( options ) for thumbnail + scale: + xpixels: 320 + ypixels: 200 + type: min +