You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
170 B

  1. #AWS Access Key
  2. AWS_ACCESS_KEY_ID = ""
  3. #AWS Secret Key
  4. AWS_SECRET_ACCESS_KEY = ""
  5. #EC2 SSH Key Name
  6. AWS_SSH_KEY_NAME = ""
  7. #AWS Region
  8. AWS_DEFAULT_REGION = "eu-central-1"