Skip to content

Commit

Permalink
rafactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Aug 10, 2024
1 parent 2998a19 commit c317801
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboard/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_API_URL=http://localhost:3000
NEXT_PUBLIC_API_URL=http://localhost:4000
2 changes: 1 addition & 1 deletion dashboard/.env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_API_URL=http://localhost:3000
NEXT_PUBLIC_API_URL=http://localhost:4000
2 changes: 1 addition & 1 deletion deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
configMapGenerator:
- name: zetina-config
literals:
- RUST_LOG=debug
- RUST_LOG=indo
- CAIRO_PATH=cairo
- BOOTLOADER_PATH=bootloader/starknet/simple_bootloader.cairo
- BOOTLOADER_OUT_NAME=bootloader.json
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.delegator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ services:
memory: '1G'
environment:
- RUST_LOG=info
image: registry.internal.iosis.tech/zetina-delegator
image: zetina-delegator
hostname: zetina-delegator-1
ports:
- "3000:3000"
- "4000:3000"
- "5679:5679"
command:
- "bash"
Expand Down

0 comments on commit c317801

Please sign in to comment.