-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Chris Mavrommatis edited this page Mar 19, 2025
·
32 revisions
Binacle.Net is designed for flexibility, with many optional features that can be activated as needed. Most features reside within modules, which may have compatibility limitations depending on your stack, technologies, or databases.
Configuration files are located in the Config_Files folder or, in a containerized environment, at /app/Config_Files.
app
└── Config_Files
├── Features.json
├── Presets.json
├── DiagnosticsModule
│ ├── HealthChecks.json
│ ├── OpenTelemetry.json
│ ├── PackingLogs.json
│ ├── Serilog.json
├── ServiceModule
│ ├── ConnectionStrings.json
│ ├── JwtAuth.json
│ ├── RateLimiter.json
│ └── Users.json
└── UiModule
└── ConnectionStrings.json