A simple file sharing site with an easy to use API and online panel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 line
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. }