Skip to content

Commit

Permalink
improved code, put more into config, fixed some issues such as auto t…
Browse files Browse the repository at this point in the history
…ermination, need to move class into files once I know whether we create a new plugin for this
  • Loading branch information
tsteur committed Oct 24, 2014
1 parent d2580f8 commit f779b4f
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 204 deletions.
15 changes: 9 additions & 6 deletions config/global.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@
type = InnoDB
schema = Mysql

[aws]
accesskey = "XXXXXX"
secret = "XXXXXXXXXXXXXXXXXX"
keyname = "name"
securitygroups[] = "default"
pem_file = "<path to pem file>"
[tests]
aws_accesskey = ""
aws_secret = ""
aws_keyname = ""
aws_securitygroups[] = "default"
aws_pem_file = "<path to pem file>"
aws_region = "us-east-1"
aws_ami = "ami-b69c1ade"
aws_instance_type = "c3.large"

[log]
; possible values for log: screen, database, file
Expand Down

0 comments on commit f779b4f

Please sign in to comment.