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

config.ini.template.php « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fbbcb8cf87a9c9369bfb16f504e64c302d20f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; <?php exit; ?> DO NOT REMOVE THIS LINE
; this file is just here for documentation purpose
; the config.ini.php is normally created during the installation process
; when this file is absent it triggers the Installation process
; the config.ini.php file contains information about the super user and the database access

[superuser]
login=		@superuser.loging@
password=	@superuser.password@
email=		@superuser.email@

[database]
host=		@database.main.host@
port=		@database.main.port@
username=	@database.main.username@
password=	@database.main.password@
dbname=		@database.main.name@
adapter=	PDO_MYSQL
tables_prefix=	piwik_

[database_tests]
host=		@database.test.host@
port=		@database.test.port@
username=	@database.test.username@
password=	@database.test.password@
dbname=		@database.test.name@
adapter=	PDO_MYSQL
tables_prefix=	piwiktests_