photomix/config/settings.example.yml

18 lines
615 B
YAML
Raw Normal View History

2009-07-06 15:41:48 +02:00
development:
site_name: Photos
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:
site_name: Photos
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:
site_name: Photos
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/'