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