env('POS_DEFAULT_CURRENCY', 'GHS'), 'merchant_import_enabled' => (bool) env('POS_MERCHANT_IMPORT_ENABLED', true), // Service-to-service keys for the kitchen ingest API (POST /api/kitchen/orders), // keyed by the calling service. Empty = that service cannot push (secure default). 'kitchen_api_keys' => array_filter([ 'merchant' => env('KITCHEN_API_KEY_MERCHANT'), ]), ];