config.default.ini.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ; <?php exit; ?> DO NOT REMOVE THIS LINE
  2. ; This file contains the default settings for RSS-Bridge. Do not change this
  3. ; file, it will be replaced on the next update of RSS-Bridge! You can specify
  4. ; your own configuration in 'config.ini.php' (copy this file).
  5. [cache]
  6. ; Allow users to specify custom timeout for specific requests.
  7. ; true = enabled
  8. ; false = disabled (default)
  9. custom_timeout = false
  10. [proxy]
  11. ; Sets the proxy url (i.e. "tcp://192.168.0.0:32")
  12. ; "" = Proxy disabled (default)
  13. url = ""
  14. ; Sets the proxy name that is shown on the bridge instead of the proxy url.
  15. ; "" = Show proxy url
  16. name = "Hidden proxy name"
  17. ; Allow users to disable proxy usage for specific requests.
  18. ; true = enabled
  19. ; false = disabled (default)
  20. by_bridge = false
  21. [authentication]
  22. ; Enables authentication for all requests to this RSS-Bridge instance.
  23. ;
  24. ; Warning: You'll have to upgrade existing feeds after enabling this option!
  25. ;
  26. ; true = enabled
  27. ; false = disabled (default)
  28. enable = false
  29. ; The username for authentication. Insert this name when prompted for login.
  30. username = ""
  31. ; The password for authentication. Insert this password when prompted for login.
  32. ; Use a strong password to prevent others from guessing your login!
  33. password = ""