config

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package config loads Sphinx settings from SPHINX_* environment variables.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DatabaseURL       string
	APIPort           int
	MCPPort           int
	CORSOrigins       []string
	SchedulerInterval time.Duration
	DefaultPolicySeed bool
	SeedDemoData      bool
	LogLevel          string
}

Config holds every tunable setting. Names and defaults mirror the original Python service.

func Load

func Load() Config

Load reads configuration from the environment, applying defaults.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL