photomix/config/settings.example.yml

21 lines
702 B
YAML
Raw Normal View History

2009-07-06 15:41:48 +02:00
development:
2009-08-10 16:22:06 +02:00
site_name: 'Photos'
#site_logo: 'logo.png'
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'
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'
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/'