Skip to content
Snippets Groups Projects
Select Git revision
  • 89ccd463d79007f5b1f15d4ffa8df913ae3a3373
  • 2.0.x default protected
  • 2.0.9.2
  • 2.0.9.1
  • 2.0.9
  • 2.0.8.2
  • 2.0.8.1
  • 2.0.8
  • 2.0.7.2
  • 2.0.7.1
  • 2.0.7
  • 2.0.6.1
  • 2.0.6
  • 2.0.5.4
  • 1.1.9.1
  • 2.0.5.3
  • 2.0.5.2
  • 2.0.5.1
  • 2.0.5
  • 2.0.4.4
  • 2.0.4.3
  • 2.0.4.2
22 results

create_custom_upload_command_CDC.py

Blame
  • config.js 565 B
    {
    
      "host": "0.0.0.0",
      "port": 7777,
    
      "keyLength": 10,
    
      "maxLength": 400000,
    
      "staticMaxAge": 86400,
    
      "recompressStaticAssets": true,
    
      "logging": [
        {
          "level": "verbose",
          "type": "Console",
          "colorize": true
        }
      ],
    
      "keyGenerator": {
        "type": "phonetic"
      },
    
      "rateLimits": {
        "categories": {
          "normal": {
            "totalRequests": 500,
            "every": 60000
          }
        }
      },
    
      "storage": {
        "type": "redis",
        "host": "localhost",
        "port": 6379
      },
    
      "documents": {
        "about": "./about.md"
      }
    
    }