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

config.ini.sample.php « config - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1195f55753aab5cc652ccfbd191bcf88b6c2f7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; <?php exit; ?> DO NOT REMOVE THIS LINE
; this file for documentation purposes; DO NOT COPY this file to config.ini.php;
; the config.ini.php is normally created during the installation process
; (see http://piwik.org/docs/installation)
; when this file is absent it triggers the Installation process to create
; config.ini.php; that file will contain the superuser and database access info

[superuser]
login			= yourSuperUserLogin
password		= yourSuperUserPassword
email			= hello@example.org

[database]
host			= localhost
username		= databaseLogin
password		= datatabasePassword
dbname			= databaseName
adapter			= PDO_MYSQL ; PDO_MYSQL, MYSQLI, or PDO_PGSQL
tables_prefix	= piwik_