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

Commit

Permalink
docs: envars docs (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adii2202 authored May 18, 2024
1 parent 632c900 commit 33cb728
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,25 @@ Copy `.env.example` to `.env` and add your private information
*Note: never commit this file, it is ignored by Git*

```
DISCORD_TOKEN="<your-token>"
EDDIEBOT_MONGO_CONNECTION_STRING="<your-mongo-connection-string>"
# .env file
# required: discord API token
DISCORD_TOKEN=
# required: mongo URL connection string
EDDIEBOT_MONGO_CONNECTION_STRING=
# optional
DEBUG_HOOK=
# required: discord server id
HOME_GUILD="699608417039286293"
# optional
NODE_ENV="development"
# required: channel id for logs
ADMIN_CHANNEL=
```

## Installation
Expand Down

0 comments on commit 33cb728

Please sign in to comment.