--- etc/config.yml 2007/11/30 00:03:15 13 +++ etc/config.yml 2008/04/07 17:50:53 65 @@ -9,12 +9,12 @@ AutoUpgrade: 1 CheckSchema: 1 Database: arh - Driver: SQLite + Driver: Pg Host: localhost - Password: '' - RecordBaseClass: Jifty::DBI::Record::Cachable - User: '' - Version: 0.0.9 + Password: "" + RecordBaseClass: "Jifty::DBI::Record::Cachable" + User: "dpavlin" + Version: 0.0.12 DevelMode: 1 L10N: PoDir: share/po @@ -27,14 +27,16 @@ - LetMe: {} - SkeletonApp: {} - REST: {} - - Halo: {} +# - Halo: {} - ErrorTemplates: {} - OnlineDocs: {} - CompressedCSSandJS: {} - AdminUI: {} - User: {} - Authentication::Password: {} -# - Debug: {} + - Debug: {} + - AutoReference: {} + - IEFixes: {} PubSub: Backend: Memcached @@ -55,3 +57,10 @@ ServeStaticFiles: 1 StaticRoot: share/web/static TemplateRoot: share/web/templates + +application: + pictures: + path: var/pics/ + # size in pixels of thumbnail + thumbnail: 320 +