Skip to content

Commit

Permalink
Fix config.toml for release and devel path (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d authored Jan 7, 2025
1 parent dcb5104 commit f9ea988
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
11 changes: 11 additions & 0 deletions data/release/xdg/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,16 @@ file = "/var/lib/command-line-assistant/history.json"
[backend]
endpoint = "http://localhost:8080"

[backend.auth]
# cert_file = "/etc/pki/consumer/cert.pem"
# key_file = "/etc/pki/consumer/key.pem"
# verify_ssl = true


[logging]
level = "DEBUG"
responses = true # Global setting - don't log responses by default
question = true # Global setting - don't log questions by default

# User-specific settings
# users.admin = { responses = true, question = true }

0 comments on commit f9ea988

Please sign in to comment.