forked from matomo-org/plugin-EnvironmentVariables
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 729 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "EnvironmentVariables",
"description": "Allows you to specify Matomo config in environment variables instead of the config file.",
"version": "4.0.1",
"theme": false,
"require": {
"matomo": ">=4.0.0-b1,<5.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
],
"support": {
"email": "",
"issues": "https://github.com/matomo-org/plugin-EnvironmentVariables/issues/",
"forum": "https://forum.matomo.org"
},
"homepage": "https://matomo.org",
"license": "GPL v3+",
"keywords": ["php", "environment", "variables", "configuration"]
}