# AppConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts#L14)

Configuration Interfaces

Defines configuration types for the parser orchestrator system.

## Properties

| Property | Type |
|---|---|
| `port` | `number` |
| `host` | `string` |
| `environment` | `'development' | 'staging' | 'production'` |
| `debug` | `boolean` |
| `logLevel` | `'debug' | 'info' | 'warn' | 'error'` |
