Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Dec 5, 2023
1 parent 817e6f1 commit cefd0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- CARDINAL_NAMESPACE=${CARDINAL_NAMESPACE}
- REDIS_ADDR=redis:6379
- REDIS_MODE=normal
- CARDINAL_MODE=${CARDINAL_MODE}
restart: unless-stopped

evm:
Expand Down Expand Up @@ -133,7 +134,6 @@ services:
# retries: 5

redis:
container_name: redis
image: redis:latest
command: redis-server
expose:
Expand Down
1 change: 1 addition & 0 deletions world.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[cardinal]
CARDINAL_NAMESPACE="my-world-1"
CARDINAL_MODE="production"

[evm]
# DA_AUTH_TOKEN is obtained from celestia client and passed in from world.toml.
Expand Down

0 comments on commit cefd0fc

Please sign in to comment.