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:
authorStefan Giehl <stefan@matomo.org>2020-05-19 09:59:52 +0300
committerGitHub <noreply@github.com>2020-05-19 09:59:52 +0300
commitd5236c48441f8d1af802d4bace2d96c65d1ee3f7 (patch)
treed7968d3805930bb399ca5d92bb85fb600425a542 /config
parent19b78ecc532cd62c500edebf4c0ee6b775fd88dc (diff)
Removes AWS test runner (#15962)
* Removes AWS test runner * remove no longer needed settings Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 0097c19187..6579231b8c 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -86,18 +86,6 @@ request_uri = "@REQUEST_URI@"
port =
enable_logging = 0
-; access key and secret as listed in AWS -> IAM -> Users
-aws_accesskey = ""
-aws_secret = ""
-; key pair name as listed in AWS -> EC2 -> Key Pairs. Key name should be different per user.
-aws_keyname = ""
-; PEM file can be downloaded after creating a new key pair in AWS -> EC2 -> Key Pairs
-aws_pem_file = "<path to pem file>"
-aws_securitygroups[] = "default"
-aws_region = "us-east-1"
-aws_ami = "ami-ac24bac4"
-aws_instance_type = "c3.large"
-
[log]
; possible values for log: screen, database, file
log_writers[] = screen