Skip to content

Instantly share code, notes, and snippets.

@mbrevoort
Last active September 8, 2016 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbrevoort/abf434ec9e33b038204f to your computer and use it in GitHub Desktop.
Save mbrevoort/abf434ec9e33b038204f to your computer and use it in GitHub Desktop.
Sample Beep Boop bot.yml
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