generated from nhcarrigan/template
style: apply style guide fonts, colours, and readability fixes #31
@@ -165,7 +165,7 @@ Your Discord bot requires the following Gateway Intents:
|
|||||||
|
|
||||||
Create a `.env` file in the project root with the following variables:
|
Create a `.env` file in the project root with the following variables:
|
||||||
|
|
||||||
```env
|
```sh
|
||||||
# Discord Bot Configuration
|
# Discord Bot Configuration
|
||||||
TOKEN=your_discord_bot_token
|
TOKEN=your_discord_bot_token
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ This section is for those interested in running their own instance of the Applic
|
|||||||
```
|
```
|
||||||
|
|
||||||
4. Edit `.env` with your configuration:
|
4. Edit `.env` with your configuration:
|
||||||
```env
|
```sh
|
||||||
DISCORD_TOKEN="your-discord-bot-token"
|
DISCORD_TOKEN="your-discord-bot-token"
|
||||||
SENTRY_DSN="your-sentry-dsn"
|
SENTRY_DSN="your-sentry-dsn"
|
||||||
DEBUG_HOOK="your-discord-webhook-url"
|
DEBUG_HOOK="your-discord-webhook-url"
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ npm install
|
|||||||
|
|
||||||
Create a `prod.env` file in the root directory with the following variables:
|
Create a `prod.env` file in the root directory with the following variables:
|
||||||
|
|
||||||
```env
|
```sh
|
||||||
DISCORD_TOKEN=your_discord_bot_token
|
DISCORD_TOKEN=your_discord_bot_token
|
||||||
AI_TOKEN=your_anthropic_api_key
|
AI_TOKEN=your_anthropic_api_key
|
||||||
LOG_TOKEN=your_logging_token (optional)
|
LOG_TOKEN=your_logging_token (optional)
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ pnpm install
|
|||||||
|
|
||||||
Create a `prod.env` file with the following variables:
|
Create a `prod.env` file with the following variables:
|
||||||
|
|
||||||
```env
|
```sh
|
||||||
DISCORD_TOKEN=your_discord_bot_token
|
DISCORD_TOKEN=your_discord_bot_token
|
||||||
MONGO_URI=your_mongodb_connection_string
|
MONGO_URI=your_mongodb_connection_string
|
||||||
LOG_TOKEN=your_logging_service_token
|
LOG_TOKEN=your_logging_service_token
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ The Application is built with the following technologies:
|
|||||||
|
|
||||||
Create a `prod.env` file in the project root with the following variables:
|
Create a `prod.env` file in the project root with the following variables:
|
||||||
|
|
||||||
```env
|
```sh
|
||||||
# Required: Anthropic API key for Claude AI
|
# Required: Anthropic API key for Claude AI
|
||||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ Rosalia Nightsong is built using:
|
|||||||
|
|
||||||
The application requires the following environment variables:
|
The application requires the following environment variables:
|
||||||
|
|
||||||
```env
|
```sh
|
||||||
MATRIX_ACCESS_TOKEN="matrix_access_token"
|
MATRIX_ACCESS_TOKEN="matrix_access_token"
|
||||||
MATRIX_ROOM_ID="matrix_room_id"
|
MATRIX_ROOM_ID="matrix_room_id"
|
||||||
API_AUTH="api_authentication_token"
|
API_AUTH="api_authentication_token"
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ This section is for those interested in running their own instance of the Applic
|
|||||||
4. **Set up environment variables:**
|
4. **Set up environment variables:**
|
||||||
|
|
||||||
Create a `.env` file with required credentials:
|
Create a `.env` file with required credentials:
|
||||||
```env
|
```sh
|
||||||
# Crowdin (for translation scripts)
|
# Crowdin (for translation scripts)
|
||||||
CROWDIN_PROJECT_ID=your_project_id
|
CROWDIN_PROJECT_ID=your_project_id
|
||||||
CROWDIN_API_URL=https://api.crowdin.com/api/v2
|
CROWDIN_API_URL=https://api.crowdin.com/api/v2
|
||||||
|
|||||||
Reference in New Issue
Block a user