Skip to content

Commit

Permalink
Merge pull request #75 from TC4Y-777/dev
Browse files Browse the repository at this point in the history
Add IP address to CORS
  • Loading branch information
getwithashish authored Oct 6, 2023
2 parents 3d47581 + cdce6ee commit 374e585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tithe-Spring/src/main/resources/application-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tithe-Vue/.env.stage
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_GRAPHQL_ENDPOINT=http://13.53.86.195:8080/graphql
VITE_GRAPHQL_ENDPOINT=http://16.171.119.189:8080/graphql

0 comments on commit 374e585

Please sign in to comment.