-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
7 lines (7 loc) · 846 Bytes
/
.env.example
File metadata and controls
7 lines (7 loc) · 846 Bytes
1
2
3
4
5
6
7
MONGODB_URI=mongodb+srv://MongoDB connection URI here. It should include the username and password, and database name.
DISCORD_CLIENT_SECRET=Discord client secret here, gotten from the OAuth2 page on your app on the Discord developer website.
DISCORD_TOKEN=The Discord bot token, acquired from the bot page on your app.
JWT_SECRET=The JWT secret, used to sign the session tokens. You can generate a secret by doing `require('crypto').randomBytes(64).toString('hex')`.
DISCORD_CLIENT_ID=Discord client id here, gotten from the General Information page on your app on the Discord developer website.
DISCORD_PUBLIC_KEY=Discord client secret here, gotten from the General Information page on your app on the Discord developer website.
BASE_URL=The base URL of the Repldex instance, not including a trailing slash. For example, https://v3.repldex.com.