[ // KILL SWITCH: Set to false for local development, true for production 'enabled' => false, // Azure AD Configuration (for production use) 'tenant_id' => '', // Add your Azure tenant ID when enabling SSO 'client_id' => '', // Add your Azure client ID when enabling SSO // Local development user (used when SSO is disabled) 'local_user' => [ 'name' => 'Dave Porter', 'email' => 'daveporter@oliver.agency' ] ], // Box API Configuration 'box' => [ 'jwt_config_path' => __DIR__ . '/43984435_77m2ujl3_config.json', 'enterprise_id' => '43984435', // Box API endpoints 'api_base_url' => 'https://api.box.com/2.0', 'oauth_url' => 'https://api.box.com/oauth2/token', // Token caching (in seconds) 'token_cache_duration' => 3600 // 1 hour ], // Webhook Configuration 'webhook' => [ 'url' => 'https://hook.us1.make.celonis.com/ddxrhuykysnbxqvb25uxsg0pjngqytiv', 'api_key' => 'E4P9923eBaUTKrEr.iqvHtVHcZ6L!WH', 'timeout' => 30 // seconds ], // Application Settings 'app' => [ 'name' => 'L\'Oréal Box Asset Submission', 'timezone' => 'UTC', 'debug' => true // Set to false in production ] ];