A simple file sharing site with an easy to use API and online panel.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

21 satır
319B

  1. {
  2. "Server": {
  3. "port": 8080,
  4. "hostname": "http://localhost:8080",
  5. "tls": false,
  6. "trustProxy": []
  7. },
  8. "Database": {
  9. "host": "mongodb://localhost:27017/shrimpa-dev"
  10. },
  11. "Upload": {
  12. "path": "uploads-dev"
  13. },
  14. "Log": {
  15. "httpLevel": "dev"
  16. },
  17. "RateLimit": {
  18. "enable": false
  19. }
  20. }