1 | ; <?php exit; ?> DO NOT REMOVE THIS LINE
|
---|
2 | ; this file for documentation purposes; DO NOT COPY this file to config.ini.php;
|
---|
3 | ; the config.ini.php is normally created during the installation process
|
---|
4 | ; (see http://piwik.org/docs/installation)
|
---|
5 | ; when this file is absent it triggers the Installation process to create
|
---|
6 | ; config.ini.php; that file will contain the superuser and database access info
|
---|
7 |
|
---|
8 | [superuser]
|
---|
9 | login = yourSuperUserLogin
|
---|
10 | password = yourSuperUserPasswordHash
|
---|
11 | email = hello@example.org
|
---|
12 |
|
---|
13 | [database]
|
---|
14 | host = localhost
|
---|
15 | username = databaseLogin
|
---|
16 | password = datatabasePassword
|
---|
17 | dbname = databaseName
|
---|
18 | adapter = PDO_MYSQL ; PDO_MYSQL, MYSQLI, or PDO_PGSQL
|
---|
19 | tables_prefix = piwik_
|
---|
20 | ;charset = utf8
|
---|