cap changes
This commit is contained in:
parent
8a73abe335
commit
ac3fe063da
|
@ -4,12 +4,9 @@ development:
|
|||
username: gallery
|
||||
password: changeme
|
||||
production:
|
||||
adapter: postgresql
|
||||
database: gallery
|
||||
username: gallery
|
||||
password: changeme
|
||||
test:
|
||||
adapter: postgresql
|
||||
database: gallery_test
|
||||
username: gallery
|
||||
adapter: mysql
|
||||
encoding: utf8
|
||||
username: photogallery
|
||||
password: changeme
|
||||
database: gallery_production
|
||||
socket: /var/run/mysqld/mysqld.sock
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue