Skip to content

Commit 1f8d1e4

Browse files
committed
1 parent 4be255b commit 1f8d1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/config.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:rubygems_url: https://rubygems.org
44
:puma_threads: <%= (ENV['GEMSTASH_PUMA_THREADS'] || 16).to_i %>
55
:bind: tcp://0.0.0.0:9292
6-
:protected_fetch: false
6+
:protected_fetch: <%= ENV['GEMSTASH_PROTECTED_FETCH'] == 'true' ? 'true' : 'false' %>
77
:fetch_timeout: 20
88
:log_file: :stdout
99

0 commit comments

Comments
 (0)