COMPOSE_PROJECT_NAME=the-market
SECRET_KEY=change-this-before-production
MONERO_RPC_USER=monerod
MONERO_RPC_PASSWORD=change-me
MONERO_WALLET_RPC_USERNAME=walletrpc
MONERO_WALLET_RPC_PASSWORD=change-me-too
MONERO_WALLET_FILE=market-wallet
MONERO_WALLET_PASSWORD=change-wallet-password
MONEROD_ANON_INBOUND=replace-after-first-boot.onion:18084
GUNICORN_WORKERS=4
GUNICORN_THREADS=2

POSTGRES_DB=the_market
POSTGRES_USER=market_user
POSTGRES_PASSWORD=change-postgres-password
