Skip to content

Commit

Permalink
update IP
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 22, 2023
1 parent a38c2e6 commit ae6d8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indexer/env-goerli
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GAME="0x0432b7f75ee336a6c297df710d567e02242e4dfe7efa51f213af63e28f362582"
START=857000
MONGO_CONNECTION_STRING="mongodb://mongo:mongo@52.16.122.160:27017"
MONGO_CONNECTION_STRING="mongodb://mongo:mongo@54.246.178.155:27017"
2 changes: 1 addition & 1 deletion indexer/graphql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN python3 -m pip install pycryptodome
RUN poetry config virtualenvs.create false
RUN poetry install

ENTRYPOINT [ "indexer", "graphql", "--mongo_goerli", "mongodb://mongo:mongo@52.16.122.160:27017", "--port", "8080" ]
ENTRYPOINT [ "indexer", "graphql", "--mongo_goerli", "mongodb://mongo:mongo@54.246.178.155:27017", "--port", "8080" ]

0 comments on commit ae6d8e6

Please sign in to comment.