Files
siren/.env
2024-09-08 16:50:43 -04:00

27 lines
486 B
Bash

RUST_LOG=warn,siren=info
DATABASE_USER=siren
DATABASE_PASSWORD=CHANGEME # Change this to a secure password
DATABASE_NAME=siren
DATABASE_HOST=localhost
DATABASE_PORT=5432
SESSION_TTL=1440
MINIO_ROOT_USER=siren
MINIO_ROOT_PASSWORD=CHANGEME # Change this to a secure password
MINIO_HOST=localhost
MINIO_PORT=9000
MINIO_PORT_INTERNAL=9001
REDIS_HOST=localhost
REDIS_PORT=6379
# OPTIONAL
DATA_DIR_PATH=
# Mandatory
DISCORD_TOKEN=
# OPTIONAL
OPENAI_API_KEY=
OPENAI_API_MODEL=gpt-4o-mini