mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-10 21:43:43 +02:00
feat(add docs):
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Configuration
|
||||
|
||||
This section provides information on configuring Agentic Security to suit your needs.
|
||||
|
||||
## Default Configuration
|
||||
|
||||
The default configuration file is `agesec.toml`. It includes settings for:
|
||||
|
||||
- General settings
|
||||
- Module configurations
|
||||
- Thresholds
|
||||
|
||||
## Customizing Configuration
|
||||
|
||||
1. Open the `agesec.toml` file in a text editor.
|
||||
2. Modify the settings as needed. For example, to change the port:
|
||||
```toml
|
||||
[modules.AgenticBackend.opts]
|
||||
port = 8718
|
||||
```
|
||||
|
||||
## Advanced Configuration
|
||||
|
||||
For advanced configuration options, refer to the [API Reference](api_reference.md).
|
||||
Reference in New Issue
Block a user