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 Mar 30, 2023
1 parent eabdcd4 commit 85b4648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BrefServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ 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('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'));

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

0 comments on commit 85b4648

Please sign in to comment.