fotostore/application.conf.example
Denis Fedoseev bbe0ff81b0 Image sizes were moved to config.
Skip sizes which more than original image size.
2017-08-02 17:29:04 +03:00

11 lines
No EOL
215 B
Text

{
db_file => 'sql/fotostore.db',
invite_code => 'very_secure_invite_code',
thumbnails_size => 200,
image_scales => {
640 => 1,
800 => 1,
1024 => 1,
2048 => 1,
},
}