default is now public. duh
This commit is contained in:
parent
640fbe655f
commit
af7277ba82
|
@ -1,4 +1,5 @@
|
||||||
development:
|
development:
|
||||||
|
public: true
|
||||||
site_name: 'Photos'
|
site_name: 'Photos'
|
||||||
#site_logo: 'logo.png'
|
#site_logo: 'logo.png'
|
||||||
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
||||||
|
@ -6,6 +7,7 @@ development:
|
||||||
photos_path_public: '/files/'
|
photos_path_public: '/files/'
|
||||||
thumbs_path_public: '/thumbs/'
|
thumbs_path_public: '/thumbs/'
|
||||||
production:
|
production:
|
||||||
|
public: true
|
||||||
site_name: 'Photos'
|
site_name: 'Photos'
|
||||||
#site_logo: 'logo.png'
|
#site_logo: 'logo.png'
|
||||||
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
||||||
|
@ -13,6 +15,7 @@ production:
|
||||||
photos_path_public: '/files/'
|
photos_path_public: '/files/'
|
||||||
thumbs_path_public: '/thumbs/'
|
thumbs_path_public: '/thumbs/'
|
||||||
test:
|
test:
|
||||||
|
public: true
|
||||||
site_name: 'Photos'
|
site_name: 'Photos'
|
||||||
#site_logo: 'logo.png'
|
#site_logo: 'logo.png'
|
||||||
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
photos_path: <%= RAILS_ROOT + '/photos/' %>
|
||||||
|
|
Loading…
Reference in a new issue