Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 4d9612f

Browse files
committed
Changes database config variables
1 parent 75e1d65 commit 4d9612f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.ini.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
; <?php exit; ?> DO NOT REMOVE THIS LINE
22
; file automatically generated or modified by Piwik; you can manually override the default values in global.ini.php by redefining them in this file.
33
[database]
4-
host = ${MYSQL_HOST}
5-
username = ${MYSQL_USER}
6-
password = ${MYSQL_PWD}
7-
dbname = ${MYSQL_DATABASE}
8-
port = ${MYSQL_PORT}
4+
host = ${DB_HOST}
5+
username = ${DB_USER}
6+
password = ${DB_PASSWORD}
7+
dbname = ${DB_DATABASE}
8+
port = ${DB_PORT}
99
tables_prefix = "piwik_"
1010

1111
[General]

0 commit comments

Comments
 (0)