mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
587 B
587 B
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
- Open the
agesec.tomlfile in a text editor. - Modify the settings as needed. For example, to change the port:
[modules.AgenticBackend.opts] port = 8718
Advanced Configuration
For advanced configuration options, refer to the API Reference.