diff --git a/Tithe-Spring/src/main/resources/application-stage.yml b/Tithe-Spring/src/main/resources/application-stage.yml index 3b4cc31..e668e51 100644 --- a/Tithe-Spring/src/main/resources/application-stage.yml +++ b/Tithe-Spring/src/main/resources/application-stage.yml @@ -4,8 +4,8 @@ spring: graphql: cors: allowed-origins: - - http://13.53.86.195 - - http://13.53.86.195:4173 + - http://16.171.119.189 + - http://16.171.119.189:4173 rabbitmq: host: rabbitmq port: 5672 diff --git a/Tithe-Vue/.env.stage b/Tithe-Vue/.env.stage index 1edc5ae..afbabf0 100644 --- a/Tithe-Vue/.env.stage +++ b/Tithe-Vue/.env.stage @@ -1 +1 @@ -VITE_GRAPHQL_ENDPOINT=http://13.53.86.195:8080/graphql +VITE_GRAPHQL_ENDPOINT=http://16.171.119.189:8080/graphql