18 lines
712 B
Text
18 lines
712 B
Text
# This .env file is for demonstration purposes only.
|
|
#
|
|
# This should usually be excluded via .gitignore and the env vars attached to
|
|
# your deployment environment, but we're including this here for ease of local
|
|
# development. Please do not commit changes to this file!
|
|
#
|
|
# Enable debug logs for MUD CLI
|
|
DEBUG=mud:*
|
|
|
|
# EVE Frontier world address. This is a value published by CCP.
|
|
WORLD_ADDRESS=0xcDb380e0Cd3949cAF70C45c67079f2e27A77fC47
|
|
|
|
# Your namespace to deploy the system. Set your own value here.
|
|
MUD_NAMESPACE=test
|
|
|
|
# You can convert 12-word into private key with command like
|
|
# cast wallet private-key --mnemonic-interactive
|
|
PRIVATE_KEY=0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
|