Insight/settings.toml
LittleSheep 771227a9ed
Some checks failed
release-nightly / build-docker (push) Has been cancelled
🎉 Initial Commit
2025-01-30 01:19:14 +08:00

18 lines
267 B
TOML

id = "insight01"
bind = "0.0.0.0:8011"
grpc_bind = "0.0.0.0:7011"
nexus_addr = "localhost:7001"
[debug]
database = true
print_routes = false
[security]
internal_public_key = "keys/internal_public_key.pem"
[ollama]
model = "llama3"
url = "http://localhost:11434"