2009-07-06 15:41:48 +02:00
|
|
|
development:
|
2009-08-10 16:22:06 +02:00
|
|
|
site_name: 'Photos'
|
|
|
|
#site_logo: 'logo.png'
|
2009-08-06 15:01:39 +02:00
|
|
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
|
|
|
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
|
2009-07-06 15:41:48 +02:00
|
|
|
photos_path_public: '/files/'
|
|
|
|
thumbs_path_public: '/thumbs/'
|
|
|
|
production:
|
2009-08-10 16:22:06 +02:00
|
|
|
site_name: 'Photos'
|
|
|
|
#site_logo: 'logo.png'
|
2009-08-06 15:01:39 +02:00
|
|
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
|
|
|
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
|
2009-07-06 15:41:48 +02:00
|
|
|
photos_path_public: '/files/'
|
|
|
|
thumbs_path_public: '/thumbs/'
|
|
|
|
test:
|
2009-08-10 16:22:06 +02:00
|
|
|
site_name: 'Photos'
|
|
|
|
#site_logo: 'logo.png'
|
2009-08-06 15:01:39 +02:00
|
|
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
|
|
|
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
|
2009-07-06 15:41:48 +02:00
|
|
|
photos_path_public: '/files/'
|
2009-07-28 10:31:24 +02:00
|
|
|
thumbs_path_public: '/thumbs/'
|