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:
parent
27add752fd
commit
e82221cfcf
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue