24 lines
753 B
YAML
24 lines
753 B
YAML
development:
|
|
public: true
|
|
site_name: 'Photos'
|
|
#site_logo: 'logo.png'
|
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
|
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
|
|
photos_path_public: '/files/'
|
|
thumbs_path_public: '/thumbs/'
|
|
production:
|
|
public: true
|
|
site_name: 'Photos'
|
|
#site_logo: 'logo.png'
|
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
|
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
|
|
photos_path_public: '/files/'
|
|
thumbs_path_public: '/thumbs/'
|
|
test:
|
|
public: true
|
|
site_name: 'Photos'
|
|
#site_logo: 'logo.png'
|
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
|
thumbs_path: <%= RAILS_ROOT + '/public/thumbs/' %>
|
|
photos_path_public: '/files/'
|
|
thumbs_path_public: '/thumbs/' |