Skip to content

Commit

Permalink
disable_config_set_in_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
hengratana committed May 17, 2023
1 parent 3bd8c34 commit 3363068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/BrefServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ public function register()
Config::set('view.compiled', StorageDirectories::Path . '/framework/views');
Config::set('cache.stores.file.path', StorageDirectories::Path . '/framework/cache');

Config::set('cache.stores.dynamodb.token', env('AWS_SESSION_TOKEN'));
Config::set('filesystems.disks.s3.token', env('AWS_SESSION_TOKEN'));
Config::set('queue.connections.sqs.token', env('AWS_SESSION_TOKEN'));
Config::set('services.ses.token', env('AWS_SESSION_TOKEN'));
// Config::set('cache.stores.dynamodb.token', env('AWS_SESSION_TOKEN'));
// Config::set('filesystems.disks.s3.token', env('AWS_SESSION_TOKEN'));
// Config::set('queue.connections.sqs.token', env('AWS_SESSION_TOKEN'));
// Config::set('services.ses.token', env('AWS_SESSION_TOKEN'));

$this->app->when(QueueHandler::class)
->needs('$connection')
Expand Down

0 comments on commit 3363068

Please sign in to comment.