This commit is contained in:
Ramiro Paz
2026-03-12 12:31:05 -03:00
parent 0424e2ed79
commit ac285e662b
3 changed files with 18 additions and 10 deletions

View File

@ -36,6 +36,10 @@ type Service struct {
AuthorizedServices map[string]AuthorizedService `toml:"AuthorizedServices"`
APIBasePort string
EnableJWTAuth bool // Enable JWT authentication for service-to-service communication
FIX FIXConfig
}
type FIXConfig struct {
SettingsFile string // path to fix.cfg file
}
type ExtAuth struct {