Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-05-21 08:38:42 +0400
committerrobocoder <anthon.pang@gmail.com>2011-05-21 08:38:42 +0400
commitd128b03d14a4855f2d858f5422c22690358df267 (patch)
treeaf385b98ee5625c5b00a0283e9c820f5b7e29a0b /config
parent3edc07a5e8689775901118ac2bee0718cbd1b779 (diff)
fixes #2441, fixes #1869
git-svn-id: http://dev.piwik.org/svn/trunk@4738 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 495c9ccfc3..7e148a99b6 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -349,6 +349,13 @@ username = ; SMTP username
password = ; SMTP password
encryption = ; SMTP transport-layer encryption, either 'ssl', 'tls', or empty (i.e., none).
+[proxy]
+type = BASIC ; proxy type for outbound/outgoing connections; currently, only BASIC is supported
+host = ; check your proxy configuration
+port = ; there is no standard default, but 80, 1080, 3128, and 8080 are popular
+username = ; if specified, password is mandatory
+password = ; if specified, username is mandatory
+
[log]
;possible values for log: screen, database, file
; by default, standard logging/debug messages are hidden from screen