Skip to content

Commit

Permalink
Merge pull request alphagov#1847 from alphagov/bilbof/big-assets
Browse files Browse the repository at this point in the history
Allow big assets
  • Loading branch information
bilbof authored Apr 13, 2021
2 parents 0b02dcb + 67f236d commit 26b7a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def self.asset_api
@asset_api ||= GdsApi::AssetManager.new(
Plek.current.find("asset-manager"),
bearer_token: ENV["ASSET_MANAGER_BEARER_TOKEN"] || "12345678",
timeout: 30,
)
end

Expand Down

0 comments on commit 26b7a76

Please sign in to comment.