Files
agentic_security/docs/configuration.md
T
Alexander Myasoedov 50436e1f1d feat(Update docs):
2025-01-25 12:28:50 +02:00

25 lines
587 B
Markdown

# 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.
1. 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).