Files
siren/.env

38 lines
756 B
Bash

RUST_LOG=warn,siren=info
DISCORD_TOKEN=
DISCORD_SECRET=
JWT_SECRET=CHANGEME # Change this to a secure secret
DATABASE_USER=siren
DATABASE_PASSWORD=CHANGEME # Change this to a secure password
DATABASE_NAME=siren_db
DATABASE_HOST=localhost
DATABASE_PORT=5432
API_CALLBACK_URI=http://localhost:3000/api/oauth/callback
API_PORT=3000
API_SESSION_TTL=86400
REDIS_HOST=localhost
REDIS_PORT=6379
MINIO_ROOT_USER=siren
MINIO_ROOT_PASSWORD=CHANGEME # Change this to a secure password
MINIO_HOST=localhost
MINIO_PORT=9000
MINIO_PORT_INTERNAL=9001
# Siren Data integration
DATA_DIR_PATH= # Optional
# OpenAI
OPENAI_TOKEN= # Optional
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o-mini
DEFAULT_API_KEY=test_api_key
DEFAULT_SERVER=
DEFAULT_USER=