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

Commit eccbd71

Browse files
author
Grant Kinney
committed
Copies config to piwik directory
1 parent 79cb9b4 commit eccbd71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"scripts": {
3+
"dokku": {
4+
"predeploy": "cp config.ini.php vendor/piwik/piwik/config/"
5+
}
6+
}
7+
}

config.ini.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[General]
1111
salt = ${SALT}
12-
trusted_hosts[] = "pottytrainingmadison.com"
12+
trusted_hosts[] = "analytics.grant.mk"
1313

1414
[PluginsInstalled]
1515
PluginsInstalled[] = "Diagnostics"

0 commit comments

Comments
 (0)