From 5b688bfff3abd09b88e5b74a91cb018b903ff7d3 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Mon, 22 Jan 2018 16:16:23 +0100 Subject: [PATCH] Add .env.example --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..bfce2ea --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +# The ID of your GitHub App +APP_ID=8374 +WEBHOOK_SECRET=development + +# Uncomment this to get verbose logging +# LOG_LEVEL=trace # or `info` to show less + +# Go to https://smee.io/new set this to the URL that you are redirected to. +WEBHOOK_PROXY_URL=https://smee.io/ZyQCjZTDPT3pd4SD + +# The "Bot User OAuth Access Token" of your Slack App +SLACK_BOT_TOKEN= \ No newline at end of file