This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Ticket #1358: app.php

File app.php, 708 bytes (added by Slavon, 22 months ago)

http://smartmil.com/

Line 
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]
9login                   = yourSuperUserLogin
10password                = yourSuperUserPasswordHash
11email                   = hello@example.org
12
13[database]
14host                    = localhost
15username                = databaseLogin
16password                = datatabasePassword
17dbname                  = databaseName
18adapter                 = PDO_MYSQL ; PDO_MYSQL, MYSQLI, or PDO_PGSQL
19tables_prefix   = piwik_
20;charset                = utf8