Skip to content

Commit

Permalink
Merge pull request #565 from golemfactory/etam/update_girepo_url
Browse files Browse the repository at this point in the history
update girepo fallback url
  • Loading branch information
etam authored Jul 27, 2021
2 parents 209f63f + 8469c29 commit c9719b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yapapi/payload/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from yapapi.props.inf import InfBase, INF_CORES, RUNTIME_VM, ExeUnitRequest

_DEFAULT_REPO_SRV: Final = "_girepo._tcp.dev.golem.network"
_FALLBACK_REPO_URL: Final = "http://yacn2.dev.golem.network:8000"
_FALLBACK_REPO_URL: Final = "http://girepo.dev.golem.network:8000"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit c9719b2

Please sign in to comment.