photomix/config/settings.yml

30 lines
962 B
YAML
Raw Normal View History

2009-05-22 14:13:46 +02:00
development:
site_name: Gallery
admin_email: espen@inspired.no
site_url: gallery.dev:3000
photos_path: '/users/Espen/gallery/dev/originals/'
thumbs_path: '/users/Espen/gallery/dev/thumbs/'
2009-05-22 14:13:46 +02:00
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
thumb_width: 200
thumb_height: 200
production:
2009-05-25 22:21:02 +02:00
site_name: 'Espen Antonsen photos'
2009-05-22 14:13:46 +02:00
admin_email: espen@inspired.no
site_url: photos.inspired.no
2009-05-25 22:21:02 +02:00
photos_path: '/home/espen/photos/originals/'
thumbs_path: '/home/espen/photos/thumbs/'
2009-05-25 22:21:02 +02:00
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
thumb_width: 200
thumb_height: 200
2009-06-03 22:16:54 +02:00
test:
site_name: Gallery
admin_email: espen@inspired.no
site_url: gallery.dev:3000
photos_path: '/users/Espen/gallery/test/originals/'
thumbs_path: '/users/Espen/gallery/test/thumbs/'
2009-06-03 22:16:54 +02:00
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
thumb_width: 200
thumb_height: 200