Enable OMG API with updated API key

Set enabled=true in omg_api configuration.
Updated API key should now have proper permissions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
DJP 2025-11-18 09:51:02 -05:00
parent 27add752fd
commit e82221cfcf

View file

@ -74,9 +74,9 @@ return [
// OMG API Configuration
'omg_api' => [
'enabled' => false, // Set to true when API key has proper permissions
'enabled' => true, // OMG API enabled with updated key
'base_url' => 'https://api2.omg.oliver.solutions/loreal/v1',
'api_key' => 'PeyJvcmciOiIyOCIsImlkIjoiNjJhNWMwODkxOGI1NDhiYTlkOGU0NTU2N2ZmOTY2NGIiLCJoIjoibXVybXVyNjQifQ==',
'api_key' => 'eyJvcmciOiIyOCIsImlkIjoiNjJhNWMwODkxOGI1NDhiYTlkOGU0NTU2N2ZmOTY2NGIiLCJoIjoibXVybXVyNjQifQ==',
'timeout' => 60,
'fallback_business_unit' => 'TESTING' // Used when OMG API is disabled
],