cap changes

This commit is contained in:
Espen Antonsen 2009-05-25 22:21:02 +02:00
parent 8a73abe335
commit ac3fe063da
2 changed files with 12 additions and 11 deletions

View file

@ -4,12 +4,9 @@ development:
username: gallery username: gallery
password: changeme password: changeme
production: production:
adapter: postgresql adapter: mysql
database: gallery encoding: utf8
username: gallery username: photogallery
password: changeme password: changeme
test: database: gallery_production
adapter: postgresql socket: /var/run/mysqld/mysqld.sock
database: gallery_test
username: gallery
password: changeme

View file

@ -9,8 +9,12 @@ development:
thumb_width: 200 thumb_width: 200
thumb_height: 200 thumb_height: 200
production: production:
site_name: Gallery site_name: 'Espen Antonsen photos'
admin_email: espen@inspired.no admin_email: espen@inspired.no
site_url: photos.inspired.no site_url: photos.inspired.no
photos_path: '/users/Espen/gallery/' photos_path: '/home/espen/photos/originals/'
photos_path_public: '/photos/' thumbs_path: '/home/espen/photos/modified/'
photos_path_public: '/files/'
thumbs_path_public: '/thumbs/'
thumb_width: 200
thumb_height: 200