config: Fix typos

This commit is contained in:
logmanoriginal 2018-03-24 21:33:24 +01:00
parent 24b5b0d9ee
commit 3daa02f460

View File

@ -1,24 +1,24 @@
; <?php exit; ?> DO NOT REMOVE THIS LINE ; <?php exit; ?> DO NOT REMOVE THIS LINE
; This file contains the default settings for RSS-Bridge. Do not change this ; This file contains the default settings for RSS-Bridge. Do not change this
; file, it will be replaced on the next update of RSS-Bridge. You can specify ; file, it will be replaced on the next update of RSS-Bridge! You can specify
; your own configuration in 'config.ini.php' (copy of this file). ; your own configuration in 'config.ini.php' (copy this file).
[cache] [cache]
; Allow users to specify a custom timeout for specific requests. ; Allow users to specify custom timeout for specific requests.
; true = enabled ; true = enabled
; false = disabled (default) ; false = disabled (default)
custom_timeout = false custom_timeout = false
[proxy] [proxy]
; Sets the prox url (i.e. "tcp://192.168.0.0:32") ; Sets the proxy url (i.e. "tcp://192.168.0.0:32")
; "" = Proxy disabled (default) ; "" = Proxy disabled (default)
url = "" url = ""
; Sets the proxy name that is shown on the bridge instead of the proxy url. ; Sets the proxy name that is shown on the bridge instead of the proxy url.
; "" = Show prox url ; "" = Show proxy url
name = "Hidden proxy name" name = "Hidden proxy name"
; Allow users to disable proxy usage for specific requests. ; Allow users to disable proxy usage for specific requests.