fotostore/application.conf.example

11 lines
215 B
Text
Raw Normal View History

2017-07-19 07:49:54 +03:00
{
2017-07-26 09:50:45 +03:00
db_file => 'sql/fotostore.db',
2017-07-31 10:14:59 +03:00
invite_code => 'very_secure_invite_code',
thumbnails_size => 200,
image_scales => {
640 => 1,
800 => 1,
1024 => 1,
2048 => 1,
},
2017-07-19 07:49:54 +03:00
}