-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Files
geoffwhittington edited this page Feb 23, 2015
·
13 revisions
To configure which file storage provider is used, modify the files.provider
property. Only one provider can be enabled (unlike authentication providers).
files:
enable: true
provider: local
maxFileSize: 100000000
restrictTypes: true
allowedTypes:
- 'image/jpeg'
- 'image/png'
- 'image/gif'
files:
local:
dir: uploads