Reformat, working on roll
This commit is contained in:
14
.env
14
.env
@@ -1,5 +1,7 @@
|
||||
RUST_LOG=warn,siren=info
|
||||
|
||||
DISCORD_TOKEN=
|
||||
|
||||
DATABASE_USER=siren
|
||||
DATABASE_PASSWORD=CHANGEME # Change this to a secure password
|
||||
DATABASE_NAME=siren
|
||||
@@ -17,10 +19,10 @@ MINIO_PORT_INTERNAL=9001
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
|
||||
# OPTIONAL
|
||||
# Siren Data integration
|
||||
DATA_DIR_PATH=
|
||||
# Mandatory
|
||||
DISCORD_TOKEN=
|
||||
# OPTIONAL
|
||||
OPENAI_API_KEY=
|
||||
OPENAI_API_MODEL=gpt-4o-mini
|
||||
|
||||
# OpenAI
|
||||
OPENAI_BASE_URL=https://api.openai.com/v1
|
||||
OPENAI_TOKEN=
|
||||
OPENAI_MODEL=gpt-4o-mini
|
||||
|
||||
Reference in New Issue
Block a user