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

Commit 6dc73bd

Browse files
author
Grant Kinney
committed
Adds DB_PORT and TRUSTED_HOST env config
1 parent a63e37c commit 6dc73bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.ini.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
username = ${DB_USERNAME}
66
password = ${DB_PASSWORD}
77
dbname = ${DB_NAME}
8+
port = ${DB_PORT}
89
tables_prefix = "piwik_"
910

1011
[General]
1112
salt = ${SALT}
12-
trusted_hosts[] = "analytics.grant.mk"
13+
trusted_hosts[] = ${TRUSTED_HOST}
1314

1415
[Plugins]
1516
Plugins[] = "CorePluginsAdmin"

0 commit comments

Comments
 (0)