Index: lams_build/conf/etherpad/etherpad-lite/settings.json =================================================================== diff -u -r7607a6d39afef4855ef31181c5126209e4229c7c -rc3046c413071813d0139fd07184dfa37ff3a917f --- lams_build/conf/etherpad/etherpad-lite/settings.json (.../settings.json) (revision 7607a6d39afef4855ef31181c5126209e4229c7c) +++ lams_build/conf/etherpad/etherpad-lite/settings.json (.../settings.json) (revision c3046c413071813d0139fd07184dfa37ff3a917f) @@ -653,4 +653,18 @@ /* Disable Admin UI tests */ "enableAdminUITests": false + + /* + LAMS: uncomment and configure after ep_image_plugin was installed + + ,"ep_image_upload":{ + "storage":{ + "type": "local", + "baseFolder": "/lams-www.war/public/etherpad-images/", + "baseURL": "/lams/www/public/etherpad-images/" + }, + "fileTypes": ["jpeg", "jpg", "bmp", "gif","png"], + "maxFileSize": 5000000 + } + */ }