Setting upload size in Ceramic

Hey, I filed this as a bug in github, but its probably a config issue. Out of the box, if you send a file (in my immediate case a schema), that is larger than 1mb, express throws a 500 error.

 throw new Error(`HTTP request to '${url}' failed with status '${res.statusText}': ${text}`);
              ^

Error: HTTP request to 'http://localhost:7007/api/v0/streams' failed with status 'Internal Server Error': {"error":"request entity too large"}
    at fetchJson (file:///C:/Users/aksdl/Projects/glazin-fhir/node_modules/@ceramicnetwork/common/lib/utils/http-utils.js:21:15)

I tried adding this to the deamon config, but it does not work:

"express" : {
    "limit" : "50mb"
  },

Is there some other way to customize express properties in Ceramic?

Replied in the github issue: Cannot add large schema to data model · Issue #2348 · ceramicnetwork/js-ceramic · GitHub

Locking to consolidate messages in GitHub.