Reference
Configuration
Configuration layout for the SkyPort backend and CLI.
Backend Configuration
The backend reads environment variables and uses them to configure runtime behavior.
terminal
SKYPORT_HOST=0.0.0.0
SKYPORT_PORT=8080
SKYPORT_DB_PATH=./data/skyport.db
SKYPORT_WORKSPACE_ROOT=./workspace
CLI Configuration
The CLI stores local state under ~/.skyport/ and loads the selected server profile before executing commands.
~/.skyport/
├── config.yaml
├── data/
├── workspace/
├── logs/
├── cache/
└── tmp/
Config Rules
- environment variables take priority for the backend
- CLI flags select the active profile or output mode
- keep the docs aligned to real
cli/internal/configandbackend/internal/configfields
Next
- Read CLI Reference.
- Read Environment Variables.
