added test settings

rails2
Espen Antonsen 2009-06-03 22:16:54 +02:00
parent 4cb56fb454
commit dc831ff7b8
1 changed files with 10 additions and 0 deletions

View File

@ -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