From eb86273df78baa355066ba1252bc487626179390 Mon Sep 17 00:00:00 2001 From: "Zhou (Joe) Yuan" Date: Thu, 13 Aug 2020 21:50:28 -0400 Subject: [PATCH] Update app.cfg.example --- hubmap-auth/src/instance/app.cfg.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubmap-auth/src/instance/app.cfg.example b/hubmap-auth/src/instance/app.cfg.example index 9db36d5..0504d00 100644 --- a/hubmap-auth/src/instance/app.cfg.example +++ b/hubmap-auth/src/instance/app.cfg.example @@ -18,7 +18,7 @@ ENTITY_ACCESS_LEVEL_URL = 'http://localhost:3333/entity-access-level/' # For service status # Use URLs (shown for DEV) that go through the gateway API auth instead of the ones # designed for direct communication between containers -UUID_API_STATUS_URL = 'https://uuid-api.stage.hubmapconsortium.org/status' +UUID_API_STATUS_URL = 'https://uuid-api.dev.hubmapconsortium.org/status' ENTITY_API_STATUS_URL = 'https://entity-api.dev.hubmapconsortium.org/status' INGEST_API_STATUS_URL = 'https://ingest-api.dev.hubmapconsortium.org/status' SEARCH_API_STATUS_URL = 'https://search-api.dev.hubmapconsortium.org/status'