generated from boboko/starter
22 lines
372 B
YAML
22 lines
372 B
YAML
|
|
base_path: /stoic
|
||
|
|
|
||
|
|
auth:
|
||
|
|
mode: session
|
||
|
|
validate_url: http://nginx/validate
|
||
|
|
cookie: laravel_session
|
||
|
|
|
||
|
|
content_path: /content
|
||
|
|
media_path: /media
|
||
|
|
thumbs_path: /storage/app/public/stoic/
|
||
|
|
repository_path: /repository
|
||
|
|
presets:
|
||
|
|
- code: large
|
||
|
|
mode: resize
|
||
|
|
width: 1200
|
||
|
|
- code: medium
|
||
|
|
mode: resize
|
||
|
|
width: 800
|
||
|
|
- code: small
|
||
|
|
mode: resize
|
||
|
|
width: 420
|