COIN-OR::LEMON - Graph Library

ProjectTemplate: 4210_6.patch

File 4210_6.patch, 708 bytes (added by Smartmil8, 9 years ago)

patch

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