A simple file sharing site with an easy to use API and online panel.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

26 wiersze
410B

  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-test"
  10. },
  11. "Upload": {
  12. "path": "uploads-test"
  13. },
  14. "Log": {
  15. "httpLevel": "dev"
  16. },
  17. "User": {
  18. "Password": {
  19. "saltLength": 8,
  20. "hashIterations": 1
  21. }
  22. },
  23. "RateLimit": {
  24. "enable": false
  25. }
  26. }