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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.ini.sample.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/config/config.ini.sample.php b/config/config.ini.sample.php
deleted file mode 100644
index 9edbf5889c..0000000000
--- a/config/config.ini.sample.php
+++ /dev/null
@@ -1,20 +0,0 @@
-; <?php exit; ?> DO NOT REMOVE THIS LINE
-; this file for documentation purposes; DO NOT COPY this file to config.ini.php;
-; the config.ini.php is normally created during the installation process
-; (see http://piwik.org/docs/installation)
-; when this file is absent it triggers the Installation process to create
-; config.ini.php; that file will contain the superuser and database access info
-
-[superuser]
-login = yourSuperUserLogin
-password = yourSuperUserPasswordHash
-email = hello@example.org
-
-[database]
-host = localhost
-username = databaseLogin
-password = datatabasePassword
-dbname = databaseName
-adapter = PDO_MYSQL ; PDO_MYSQL, MYSQLI, or PDO_PGSQL
-tables_prefix = piwik_
-;charset = utf8