Skip to content
Extraits de code Groupes Projets
Valider ac2e610b rédigé par mattab's avatar mattab
Parcourir les fichiers

fixing white space

parent 72b4a3b3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,30 +12,30 @@ ...@@ -12,30 +12,30 @@
;-------- ;--------
[database] [database]
host = host =
username = username =
password = password =
dbname = dbname =
tables_prefix = tables_prefix =
port = 3306 port = 3306
adapter = PDO_MYSQL adapter = PDO_MYSQL
; if charset is set to utf8, Piwik will ensure that it is storing its data using UTF8 charset. ; if charset is set to utf8, Piwik will ensure that it is storing its data using UTF8 charset.
; it will add a sql query SET at each page view. ; it will add a sql query SET at each page view.
; Piwik should work correctly without this setting. ; Piwik should work correctly without this setting.
;charset = utf8 ;charset = utf8
[database_tests] [database_tests]
host = localhost host = localhost
username = root username = root
password = password =
dbname = piwik_tests dbname = piwik_tests
tables_prefix = piwiktests_ tables_prefix = piwiktests_
port = 3306 port = 3306
adapter = PDO_MYSQL adapter = PDO_MYSQL
[superuser] [superuser]
login = login =
password = password =
[Debug] [Debug]
; if set to 1, the archiving process will always be triggered, even if the archive has already been computed ; if set to 1, the archiving process will always be triggered, even if the archive has already been computed
...@@ -47,7 +47,7 @@ always_archive_data_range = 0; ...@@ -47,7 +47,7 @@ always_archive_data_range = 0;
; if set to 1, all the SQL queries will be recorded by the profiler ; if set to 1, all the SQL queries will be recorded by the profiler
; and a profiling summary will be printed at the end of the request ; and a profiling summary will be printed at the end of the request
; NOTE: you must also set [log] logger_message[] = "screen" to enable the profiler to print on screen ; NOTE: you must also set [log] logger_message[] = "screen" to enable the profiler to print on screen
enable_sql_profiler = 0 enable_sql_profiler = 0
; if set to 1, a Piwik tracking code will be included in the Piwik UI footer and will track visits, pages, etc. to idsite = 1 ; if set to 1, a Piwik tracking code will be included in the Piwik UI footer and will track visits, pages, etc. to idsite = 1
...@@ -237,7 +237,7 @@ datatable_archiving_maximum_rows_subtable_referers = 50 ...@@ -237,7 +237,7 @@ datatable_archiving_maximum_rows_subtable_referers = 50
datatable_archiving_maximum_rows_actions = 500 datatable_archiving_maximum_rows_actions = 500
; maximum number of rows for pages in categories (sub pages, when clicking on the + for a page category) ; maximum number of rows for pages in categories (sub pages, when clicking on the + for a page category)
; note: should not exceed the display limit in Piwik_Actions_Controller::ACTIONS_REPORT_ROWS_DISPLAY ; note: should not exceed the display limit in Piwik_Actions_Controller::ACTIONS_REPORT_ROWS_DISPLAY
; because each subdirectory doesn't have paging at the bottom, so all data should be displayed if possible. ; because each subdirectory doesn't have paging at the bottom, so all data should be displayed if possible.
datatable_archiving_maximum_rows_subtable_actions = 100 datatable_archiving_maximum_rows_subtable_actions = 100
; maximum number of rows for other tables (Providers, User settings configurations) ; maximum number of rows for other tables (Providers, User settings configurations)
...@@ -346,7 +346,7 @@ trust_visitors_cookies = 0 ...@@ -346,7 +346,7 @@ trust_visitors_cookies = 0
; name of the cookie used to store the visitor information ; name of the cookie used to store the visitor information
; This is used only if use_third_party_id_cookie = 1 ; This is used only if use_third_party_id_cookie = 1
cookie_name = _pk_uid cookie_name = _pk_uid
; by default, the Piwik tracking cookie expires in 2 years ; by default, the Piwik tracking cookie expires in 2 years
; This is used only if use_third_party_id_cookie = 1 ; This is used only if use_third_party_id_cookie = 1
...@@ -358,11 +358,11 @@ cookie_expire = 63072000 ...@@ -358,11 +358,11 @@ cookie_expire = 63072000
cookie_path = cookie_path =
; set to 0 if you want to stop tracking the visitors. Useful if you need to stop all the connections on the DB. ; set to 0 if you want to stop tracking the visitors. Useful if you need to stop all the connections on the DB.
record_statistics = 1 record_statistics = 1
; length of a visit in seconds. If a visitor comes back on the website visit_standard_length seconds ; length of a visit in seconds. If a visitor comes back on the website visit_standard_length seconds
; after his last page view, it will be recorded as a new visit ; after his last page view, it will be recorded as a new visit
visit_standard_length = 1800 visit_standard_length = 1800
; The window to look back for a previous visit by this current visitor. Defaults to visit_standard_length. ; The window to look back for a previous visit by this current visitor. Defaults to visit_standard_length.
; If you are looking for higher accuracy of "returning visitors" metrics, you may set this value to 86400 or more. ; If you are looking for higher accuracy of "returning visitors" metrics, you may set this value to 86400 or more.
...@@ -391,13 +391,13 @@ ignore_visits_cookie_name = piwik_ignore ...@@ -391,13 +391,13 @@ ignore_visits_cookie_name = piwik_ignore
; Comma separated list of variable names that will be read to define a Campaign name, for example CPC campaign ; Comma separated list of variable names that will be read to define a Campaign name, for example CPC campaign
; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC' then it will be counted as a campaign referer named 'Adwords-CPC' ; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC' then it will be counted as a campaign referer named 'Adwords-CPC'
; Includes by default the GA style campaign parameters ; Includes by default the GA style campaign parameters
campaign_var_name = "pk_campaign,piwik_campaign,utm_campaign,utm_source,utm_medium" campaign_var_name = "pk_campaign,piwik_campaign,utm_campaign,utm_source,utm_medium"
; Comma separated list of variable names that will be read to track a Campaign Keyword ; Comma separated list of variable names that will be read to track a Campaign Keyword
; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC&piwik_kwd=My killer keyword' ; ; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC&piwik_kwd=My killer keyword' ;
; then it will be counted as a campaign referer named 'Adwords-CPC' with the keyword 'My killer keyword' ; then it will be counted as a campaign referer named 'Adwords-CPC' with the keyword 'My killer keyword'
; Includes by default the GA style campaign keyword parameter utm_term ; Includes by default the GA style campaign keyword parameter utm_term
campaign_keyword_var_name = "pk_kwd,piwik_kwd,utm_term" campaign_keyword_var_name = "pk_kwd,piwik_kwd,utm_term"
; maximum length of a Page Title or a Page URL recorded in the log_action.name table ; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024; page_maximum_length = 1024;
...@@ -452,28 +452,28 @@ enable_auto_database_size_estimate = 1 ...@@ -452,28 +452,28 @@ enable_auto_database_size_estimate = 1
use_custom_logo = 0 use_custom_logo = 0
[mail] [mail]
defaultHostnameIfEmpty = defaultHostnameIfEmpty.example.org ; default Email @hostname, if current host can't be read from system variables defaultHostnameIfEmpty = defaultHostnameIfEmpty.example.org ; default Email @hostname, if current host can't be read from system variables
transport = ; smtp (using the configuration below) or empty (using built-in mail() function) transport = ; smtp (using the configuration below) or empty (using built-in mail() function)
port = ; optional; defaults to 25 when security is none or tls; 465 for ssl port = ; optional; defaults to 25 when security is none or tls; 465 for ssl
host = ; SMTP server address host = ; SMTP server address
type = ; SMTP Auth type. By default: NONE. For example: LOGIN type = ; SMTP Auth type. By default: NONE. For example: LOGIN
username = ; SMTP username username = ; SMTP username
password = ; SMTP password password = ; SMTP password
encryption = ; SMTP transport-layer encryption, either 'ssl', 'tls', or empty (i.e., none). encryption = ; SMTP transport-layer encryption, either 'ssl', 'tls', or empty (i.e., none).
[proxy] [proxy]
type = BASIC ; proxy type for outbound/outgoing connections; currently, only BASIC is supported type = BASIC ; proxy type for outbound/outgoing connections; currently, only BASIC is supported
host = ; Proxy host: the host name of your proxy server (mandatory) host = ; Proxy host: the host name of your proxy server (mandatory)
port = ; Proxy port: the port that the proxy server listens to. There is no standard default, but 80, 1080, 3128, and 8080 are popular port = ; Proxy port: the port that the proxy server listens to. There is no standard default, but 80, 1080, 3128, and 8080 are popular
username = ; Proxy username: optional; if specified, password is mandatory username = ; Proxy username: optional; if specified, password is mandatory
password = ; Proxy password: optional; if specified, username is mandatory password = ; Proxy password: optional; if specified, username is mandatory
[log] [log]
;possible values for log: screen, database, file ;possible values for log: screen, database, file
; by default, standard logging/debug messages are hidden from screen ; by default, standard logging/debug messages are hidden from screen
;logger_message[] = screen ;logger_message[] = screen
logger_error[] = screen logger_error[] = screen
logger_exception[] = screen logger_exception[] = screen
; if set to 1, only requests done in CLI mode (eg. the archive.php cron run) will be logged ; if set to 1, only requests done in CLI mode (eg. the archive.php cron run) will be logged
; NOTE: log_only_when_debug_parameter will also be checked for ; NOTE: log_only_when_debug_parameter will also be checked for
...@@ -485,70 +485,70 @@ log_only_when_debug_parameter = 0 ...@@ -485,70 +485,70 @@ log_only_when_debug_parameter = 0
; if configured to log in files, log files will be created in this path ; if configured to log in files, log files will be created in this path
; eg. if the value is tmp/logs files will be created in /path/to/piwik/tmp/logs/ ; eg. if the value is tmp/logs files will be created in /path/to/piwik/tmp/logs/
logger_file_path = tmp/logs logger_file_path = tmp/logs
; all calls to the API (method name, parameters, execution time, caller IP, etc.) ; all calls to the API (method name, parameters, execution time, caller IP, etc.)
; disabled by default as it can cause serious overhead and should only be used wisely ; disabled by default as it can cause serious overhead and should only be used wisely
;logger_api_call[] = file ;logger_api_call[] = file
[smarty] [smarty]
; the list of directories in which to look for templates ; the list of directories in which to look for templates
template_dir[] = plugins template_dir[] = plugins
template_dir[] = themes/default template_dir[] = themes/default
template_dir[] = themes template_dir[] = themes
plugins_dir[] = core/SmartyPlugins plugins_dir[] = core/SmartyPlugins
plugins_dir[] = libs/Smarty/plugins plugins_dir[] = libs/Smarty/plugins
compile_dir = tmp/templates_c compile_dir = tmp/templates_c
cache_dir = tmp/cache cache_dir = tmp/cache
; error reporting inside Smarty ; error reporting inside Smarty
error_reporting = E_ALL|E_NOTICE error_reporting = E_ALL|E_NOTICE
[Plugins] [Plugins]
Plugins[] = CorePluginsAdmin Plugins[] = CorePluginsAdmin
Plugins[] = CoreAdminHome Plugins[] = CoreAdminHome
Plugins[] = CoreHome Plugins[] = CoreHome
Plugins[] = Proxy Plugins[] = Proxy
Plugins[] = API Plugins[] = API
Plugins[] = Widgetize Plugins[] = Widgetize
Plugins[] = Transitions Plugins[] = Transitions
Plugins[] = LanguagesManager Plugins[] = LanguagesManager
Plugins[] = Actions Plugins[] = Actions
Plugins[] = Dashboard Plugins[] = Dashboard
Plugins[] = MultiSites Plugins[] = MultiSites
Plugins[] = Referers Plugins[] = Referers
Plugins[] = UserSettings Plugins[] = UserSettings
Plugins[] = Goals Plugins[] = Goals
Plugins[] = SEO Plugins[] = SEO
Plugins[] = UserCountry Plugins[] = UserCountry
Plugins[] = VisitsSummary Plugins[] = VisitsSummary
Plugins[] = VisitFrequency Plugins[] = VisitFrequency
Plugins[] = VisitTime Plugins[] = VisitTime
Plugins[] = VisitorInterest Plugins[] = VisitorInterest
Plugins[] = ExampleAPI Plugins[] = ExampleAPI
Plugins[] = ExamplePlugin Plugins[] = ExamplePlugin
Plugins[] = ExampleRssWidget Plugins[] = ExampleRssWidget
Plugins[] = Provider Plugins[] = Provider
Plugins[] = Feedback Plugins[] = Feedback
Plugins[] = Login Plugins[] = Login
Plugins[] = UsersManager Plugins[] = UsersManager
Plugins[] = SitesManager Plugins[] = SitesManager
Plugins[] = Installation Plugins[] = Installation
Plugins[] = CoreUpdater Plugins[] = CoreUpdater
Plugins[] = PDFReports Plugins[] = PDFReports
Plugins[] = UserCountryMap Plugins[] = UserCountryMap
Plugins[] = Live Plugins[] = Live
Plugins[] = CustomVariables Plugins[] = CustomVariables
Plugins[] = PrivacyManager Plugins[] = PrivacyManager
Plugins[] = ImageGraph Plugins[] = ImageGraph
Plugins[] = DoNotTrack Plugins[] = DoNotTrack
Plugins[] = Annotations Plugins[] = Annotations
Plugins[] = MobileMessaging Plugins[] = MobileMessaging
Plugins[] = Overlay Plugins[] = Overlay
[PluginsInstalled] [PluginsInstalled]
PluginsInstalled[] = Login PluginsInstalled[] = Login
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter