Skip to content

Commit

Permalink
refactor: disable renterd cluster in portal
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jan 2, 2025
1 parent 9440d34 commit 8473735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/portal/portal.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module "portal" {
}
sia = {
key = var.renterd_api_password
cluster = true
cluster = false
url = "http://${module.renterd_cluster.bus.dns_fqdn}"
}
}
Expand Down

0 comments on commit 8473735

Please sign in to comment.