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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-30 01:39:39 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-10-30 01:39:39 +0300
commitd53c1ee9aa01efe022ff6cca2fcfae2516a3e69c (patch)
tree4878a07a5f7a58cf3a84432540b9dabd3267c83c /config
parent0b7e1d51245256ac6d5013314755109a329557cd (diff)
refs #6429 new AMI, will delete the old one now! On start we move mysql data dir to RAM now to speed up system tests from 16min to under 8 minutes and integration tests from 3 minutes to under 1:30min. I wanted to do this in the AMI but it seems not to persist it so we have to do it when the instances launches.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 8413d9dc93..bc14fce1e4 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -48,7 +48,7 @@ aws_keyname = ""
aws_pem_file = "<path to pem file>"
aws_securitygroups[] = "default"
aws_region = "us-east-1"
-aws_ami = "ami-ce088ba6"
+aws_ami = "ami-609c1e08"
aws_instance_type = "c3.large"
[log]