update config

Signed-off-by: Maurice Preuß (envoyr) <hello@envoyr.com>
This commit is contained in:
2025-04-29 21:46:44 +02:00
parent 4d6fe7c325
commit 5d621b7cdc

View File

@@ -32,7 +32,7 @@ class Provider extends AbstractProvider implements ProviderInterface
*/ */
protected function getBaseUrl(): string protected function getBaseUrl(): string
{ {
$mode = $this->config['mode'] ?? 'production'; $mode = config('services.anikeen.mode') ?? 'production';
return $mode === 'staging' return $mode === 'staging'
? 'https://staging.id.anikeen.com' ? 'https://staging.id.anikeen.com'