photomix/config/settings.example.yml
Espen Antonsen eb641647b9 scan
2009-07-29 14:55:43 +02:00

18 lines
483 B
YAML

development:
site_name: Photos
photos_path: 'photos'
thumbs_path: 'public/thumbs/'
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
production:
site_name: Photos
photos_path: 'photos'
thumbs_path: 'public/thumbs/'
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
test:
site_name: Photos
photos_path: 'photos'
thumbs_path: 'public/thumbs/'
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'