From d5236c48441f8d1af802d4bace2d96c65d1ee3f7 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Tue, 19 May 2020 08:59:52 +0200 Subject: Removes AWS test runner (#15962) * Removes AWS test runner * remove no longer needed settings Co-authored-by: Thomas Steur --- config/global.ini.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'config') 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 = "" -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 -- cgit v1.2.3