From dc831ff7b837e16a6d722c35507d8e78ee7c4bf0 Mon Sep 17 00:00:00 2001 From: Espen Antonsen Date: Wed, 3 Jun 2009 22:16:54 +0200 Subject: [PATCH] added test settings --- config/settings.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/settings.yml b/config/settings.yml index 0a39b8e..5276db3 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -18,3 +18,13 @@ production: thumbs_path_public: '/thumbs/' thumb_width: 200 thumb_height: 200 +test: + site_name: Gallery + admin_email: espen@inspired.no + site_url: gallery.dev:3000 + photos_path: '/users/Espen/gallery_test/' + thumbs_path: '/users/Espen/gallery_test_thumbs/' + photos_path_public: '/files/' + thumbs_path_public: '/thumbs/' + thumb_width: 200 + thumb_height: 200 \ No newline at end of file