- POSTs data to http://localhost:8090/bin/myapp/123
- Quotas can be found in
./db/app/quotas.json
- QuotaManagedWriter
- storeQuotaManager
- common.go:
maxUploadFileSize = 100 << 20
is the maximum allowed file size, currently 100Mb.
- SRV_HOME - db folder, example
/etc/srv
- SRV_PORT - port
- QUOTA_SERVICE_ADDR - f.e. "127.0.0.1:9000"