mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 23:52:47 +00:00
FuzzForge Environment Configuration
This directory contains environment files that are mounted into Docker containers.
Files
.env.example- Template configuration file.env- Your actual configuration (create by copying .env.example)
Usage
-
Copy the example file:
cp .env.example .env -
Edit
.envand add your API keys -
Restart Docker containers to apply changes:
docker-compose restart