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

mysqli.template.php « config « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca05bb6c931c4535e3437d94fe0a409eaacb66ac (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
29
30
; <?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=	MYSQLI
tables_prefix=	piwik_
schema=		Myisam

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