Skip to content

Commit

Permalink
updating local endpoint for pulling strings. (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoji committed Oct 9, 2018
1 parent e9fb8ad commit f4390f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/milkrun/server_config_refresher.rb
Expand Up @@ -37,7 +37,7 @@ def client_id
end

def host
local ? "http://api.ksr.dev/" : "https://#{Secrets::Api::Endpoint::PRODUCTION}"
local ? "http://api.ksr.test/" : "https://#{Secrets::Api::Endpoint::PRODUCTION}"
end

def oauth_token
Expand Down

0 comments on commit f4390f6

Please sign in to comment.