Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 6m9s
CI/CD Pipeline / Security Scanning (push) Successful in 26s
CI/CD Pipeline / Tests (3.11) (push) Failing after 5m24s
CI/CD Pipeline / Tests (3.12) (push) Failing after 5m23s
CI/CD Pipeline / Build Docker Image (push) Has been skipped
CI/CD Pipeline / Deploy to Staging (push) Has been skipped
CI/CD Pipeline / Deploy to Production (push) Has been skipped
CI/CD Pipeline / Notification (push) Successful in 1s
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
# Discord Bot Configuration
|
|
GUARDDEN_DISCORD_TOKEN=your_discord_bot_token_here
|
|
GUARDDEN_DISCORD_PREFIX=!
|
|
|
|
# Optional access control (comma-separated IDs)
|
|
# Example: "123456789012345678,987654321098765432"
|
|
GUARDDEN_ALLOWED_GUILDS=
|
|
GUARDDEN_OWNER_IDS=
|
|
|
|
# Database Configuration (for local development without Docker)
|
|
GUARDDEN_DATABASE_URL=postgresql://guardden:guardden@localhost:5432/guardden
|
|
|
|
# Logging
|
|
GUARDDEN_LOG_LEVEL=INFO
|
|
|
|
# AI Configuration (optional)
|
|
# Options: none, anthropic, openai
|
|
GUARDDEN_AI_PROVIDER=none
|
|
|
|
# Anthropic API key (required if AI_PROVIDER=anthropic)
|
|
# Get your key at: https://console.anthropic.com/
|
|
GUARDDEN_ANTHROPIC_API_KEY=
|
|
|
|
# OpenAI API key (required if AI_PROVIDER=openai)
|
|
# Get your key at: https://platform.openai.com/api-keys
|
|
GUARDDEN_OPENAI_API_KEY=
|
|
|
|
# Dashboard configuration
|
|
GUARDDEN_DASHBOARD_BASE_URL=http://localhost:8080
|
|
GUARDDEN_DASHBOARD_SECRET_KEY=change-me
|
|
GUARDDEN_DASHBOARD_ENTRA_TENANT_ID=
|
|
GUARDDEN_DASHBOARD_ENTRA_CLIENT_ID=
|
|
GUARDDEN_DASHBOARD_ENTRA_CLIENT_SECRET=
|
|
GUARDDEN_DASHBOARD_DISCORD_CLIENT_ID=
|
|
GUARDDEN_DASHBOARD_DISCORD_CLIENT_SECRET=
|
|
GUARDDEN_DASHBOARD_OWNER_DISCORD_ID=
|
|
GUARDDEN_DASHBOARD_OWNER_ENTRA_OBJECT_ID=
|
|
GUARDDEN_DASHBOARD_CORS_ORIGINS=
|