Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaserhat committed Jan 8, 2024
1 parent 064c238 commit adc1328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/config/sample_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class SampleConfig
public static function craftgate()
{
return new Craftgate(array(
'apiKey' => 'api-key-2',
'apiKey' => 'api-key',
'secretKey' => 'secret-key',
'baseUrl' => 'http://localhost:8000'
'baseUrl' => 'https://sandbox-api.craftgate.io'
));
}
}

0 comments on commit adc1328

Please sign in to comment.