Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
fix: velocita default URL on index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nurtext authored and gmta committed Mar 2, 2023
1 parent d27b275 commit 373ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/templates/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%

velocita_url = ENV["VELOCITA_URL"]
velocita_url = ENV['VELOCITA_URL'] || 'http://localhost'

mirrors = {}
ENV.keys.map { |key| key.to_s }
Expand Down

0 comments on commit 373ba4e

Please sign in to comment.