photomix/config/settings.example.yml
2009-08-06 15:01:39 +02:00

18 lines
615 B
YAML

development:
site_name: Photos
photos_path: <%= RAILS_ROOT + '/photos/' %>
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
production:
site_name: Photos
photos_path: <%= RAILS_ROOT + '/photos/' %>
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
test:
site_name: Photos
photos_path: <%= RAILS_ROOT + '/photos/' %>
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'