added test settings
This commit is contained in:
parent
4cb56fb454
commit
dc831ff7b8
|
@ -18,3 +18,13 @@ production:
|
||||||
thumbs_path_public: '/thumbs/'
|
thumbs_path_public: '/thumbs/'
|
||||||
thumb_width: 200
|
thumb_width: 200
|
||||||
thumb_height: 200
|
thumb_height: 200
|
||||||
|
test:
|
||||||
|
site_name: Gallery
|
||||||
|
admin_email: espen@inspired.no
|
||||||
|
site_url: gallery.dev:3000
|
||||||
|
photos_path: '/users/Espen/gallery_test/'
|
||||||
|
thumbs_path: '/users/Espen/gallery_test_thumbs/'
|
||||||
|
photos_path_public: '/files/'
|
||||||
|
thumbs_path_public: '/thumbs/'
|
||||||
|
thumb_width: 200
|
||||||
|
thumb_height: 200
|
Loading…
Reference in a new issue