Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
revert sample env file
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiVaibhav committed May 17, 2024
1 parent 0cc2771 commit 45af1d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sample.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
TOKEN=""
DEBUG_HOOK=""
HOME_GUILD_ID=""
# This should be a set of Role IDs, COMMA SEPARATED
HELPER_ROLE_IDS=""
HELP_CHANNEL_ID=""
GENERAL_CHANNEL_ID=""
MOD_CHANNEL_ID=""
# This is in minutes
STICKY_MESSAGE_FREQUENCY="100"
# This is the BASE URL for your AI server. Endpoints are configured in the src/config directory.
AI_URL=""
# These values are for posting to a GitHub discussion
GITHUB_TOKEN=""
GITHUB_OWNER=""
GITHUB_REPO=""
# This is for the ProductBoard integration.
PRODUCT_BOARD_API_KEY=""

0 comments on commit 45af1d3

Please sign in to comment.