Skip to content

Commit

Permalink
See Argus-Labs/world-engine@9b9f571 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Argus-Labs committed Feb 12, 2024
1 parent 1fe0b82 commit 3561273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ services:
- CARDINAL_ADDR=${CARDINAL_ADDR:-cardinal:3333}
- CARDINAL_NAMESPACE=${CARDINAL_NAMESPACE}
- DB_PASSWORD=${DB_PASSWORD:-very_unsafe_password_replace_me}
- ENABLE_ALLOWLIST=${ENABLE_ALLOWLIST:-false}
entrypoint:
- "/bin/sh"
- "-ecx"
Expand Down
3 changes: 3 additions & 0 deletions world.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ CHAIN_ID="world-engine"
KEY_MNEMONIC="enact adjust liberty squirrel bulk ticket invest tissue antique window thank slam unknown fury script among bread social switch glide wool clog flag enroll"
FAUCET_ADDR="world142fg37yzx04cslgeflezzh83wa4xlmjpms0sg5"
BLOCK_TIME="1s"

[nakama]
ENABLE_ALLOWLIST="false" # enable nakama's beta key feature. you can generate and claim beta keys by setting this to true

0 comments on commit 3561273

Please sign in to comment.