Last active
September 8, 2016 04:26
-
-
Save mbrevoort/abf434ec9e33b038204f to your computer and use it in GitHub Desktop.
Sample Beep Boop bot.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Domination Bot | |
description: A Bot to rule them all | |
avatar: avatar.jpg | |
config: | |
- name: AWS_REGION | |
friendly_name: AWS Region | |
info: Region of deployment (e.g. us-eas-1) | |
default: us-east-1 | |
type: text | |
global: true | |
- name: AWS_ACCESS_KEY | |
friendly_name: AWS Access Key | |
info: Amazon Web Services access key | |
type: secret | |
global: true | |
- name: AWS_SECRET_KEY | |
friendly_name: AWS Secret Key | |
info: Amazon Web Services secret key | |
type: secret | |
global: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment