cap changes

rails2
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
password: changeme
production:
adapter: postgresql
database: gallery
username: gallery
adapter: mysql
encoding: utf8
username: photogallery
password: changeme
test:
adapter: postgresql
database: gallery_test
username: gallery
password: changeme
database: gallery_production
socket: /var/run/mysqld/mysqld.sock

View File

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