Skip to content

Commit

Permalink
use https for dev cluster url (Netflix-Skunkworks#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
copperlight authored Oct 19, 2023
1 parent 10b11e7 commit 79a2713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spectatord_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ auto main(int argc, char** argv) -> int {
auto maybe_agg_uri = absl::GetFlag(FLAGS_uri);
if (absl::GetFlag(FLAGS_debug)) {
cfg->uri =
"http://atlas-aggr-dev.us-east-1.ieptest.netflix.net/api/v4/update";
"https://atlas-aggr-dev.us-east-1.ieptest.netflix.net/api/v4/update";
} else if (!maybe_agg_uri.empty()) {
cfg->uri = std::move(maybe_agg_uri);
}
Expand Down

0 comments on commit 79a2713

Please sign in to comment.