Configuration File
The runtime uses a YAML configuration file located at/etc/allternit/runtime.yaml:
Environment Variables
You can also use environment variables (they override config file values):Authentication
API Key
Get your API key from platform.gizziio.com:CORS Origins
Specify which origins can connect to your runtime:Storage
The runtime uses SQLite by default. For production, consider:/var/lib/allternit/backups/
TLS/SSL
For production, enable TLS:WebSocket Configuration
WebSockets enable real-time communication:Logging Levels
string
debug- Verbose output for troubleshootinginfo- Normal operational messageswarn- Warning conditionserror- Error conditions only