Micro-service for file storage and processing written in Go
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.

15 lines
255 B

  1. {
  2. "endpoint": "127.0.0.1:8000",
  3. "authentication": {
  4. "enabled": true,
  5. "token": "changeme"
  6. },
  7. "rate_limiter": {
  8. "enabled": true,
  9. "requests_per_minute": 20,
  10. "allowed_burst": 5
  11. },
  12. "storage_provider": {
  13. "type": 0,
  14. "base_path": "assets"
  15. }
  16. }