10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
export COMPOSE_DOCKER_CLI_BUILD=1
|
|
export DOCKER_BUILDKIT=1
|
|
export TOKEN_TYPE=giftable_erc20_token
|
|
export TOKEN_NAME=Coffee
|
|
export TOKEN_SYMBOL=COFE
|
|
export TOKEN_DECIMALS=6
|
|
export FAUCET_AMOUNT=30000000000
|
|
export DATABASE_DEBUG=1
|
|
export DOCKER_REGISTRY="registry.gitlab.com/grassrootseconomics"
|
|
export DEV_DEBUG=3 |