Skip to content

Commit

Permalink
streamline web configuration (use deployments json)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Dec 5, 2024
1 parent 6f18b92 commit 8ab8c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN \


# Stage 2: Put the webapp files in place
FROM ghcr.io/pixelaw/web:0.3.11 AS web
FROM ghcr.io/pixelaw/web:0.5.2 AS web

FROM ghcr.io/pixelaw/server:0.5.0 AS server

Expand Down
12 changes: 2 additions & 10 deletions docker/.env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
RPC_URL=http://localhost:5050
TORII_URL=http://localhost:8080
RELAY_URL=http://localhost:8080
SERVER_URL=http://localhost:3000
MASTER_ADDRESS=0x003c4dd268780ef738920c801edc3a75b6337bc17558c74795b530c0ff502486
MASTER_PRIVATE_KEY=0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a
WORLD_ADDRESS=0x00a712727a27defbf77122fae30c91e90ec62bba8f09a2a396eddc29b768386b
ACCOUNT_CLASS_HASH=0x05400e90f7e0ae78bd02c77cd75527280470e2fe19c54970dd79dc37a9d3645c
FEETOKEN_ADDRESS=0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
SERVER_PORT=3000
DEPLOYMENT=local
DEPLOYMENTS_URL=https://raw.githubusercontent.com/pixelaw/config/refs/heads/main/web.config.json

0 comments on commit 8ab8c79

Please sign in to comment.