initial commit
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
17
config/default.toml
Normal file
17
config/default.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[server]
|
||||
host = "0.0.0.0"
|
||||
port = 8080
|
||||
auth_enabled = false
|
||||
log_file = "server.log"
|
||||
|
||||
[auth]
|
||||
enabled = false
|
||||
jwt_secret = "default-secret-change-me-in-production"
|
||||
required_permissions = ["memory:read", "memory:write"]
|
||||
|
||||
[memory]
|
||||
base_dir = "./data/memory"
|
||||
|
||||
[ollama]
|
||||
url = "http://localhost:11434"
|
||||
model = "nomic-embed-text"
|
||||
Reference in New Issue
Block a user