Added config for images path and sizes.
This commit is contained in:
parent
1bae7cf382
commit
babc6ccf19
1 changed files with 7 additions and 0 deletions
|
|
@ -37,4 +37,11 @@ Debshots::Application.configure do
|
|||
#components: ['main','restricted','universe','multiverse']
|
||||
}
|
||||
]
|
||||
|
||||
config.images_path = Rails.root.join('public', 'screenshots')
|
||||
|
||||
config.image_sizes = {
|
||||
large: '800x600',
|
||||
small: '160x120',
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue