domain: my.domain.com faucetPrivateKey: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA explorers: - name: 'explorer' openPort: '90' footer: link: - href: https://nemflash.io/ text: NEM News icon: IconNewspaper - href: https://forum.nem.io/ text: Forum icon: IconForum - href: https://t.me/nemred text: Telegram icon: IconTelegram - href: https://www.reddit.com/r/nem/ text: Reddit icon: IconReddit - href: https://github.com/nemtech text: Github icon: IconGithub - href: https://faucet.{{domain}}/ text: Faucet icon: IconHomeCurrencyUsd faucets: - name: 'faucet' openPort: '100' compose: environment: FAUCET_PRIVATE_KEY: '{{faucetPrivateKey}}' NATIVE_CURRENCY_OUT_MAX: 500000000 NATIVE_CURRENCY_OUT_MIN: 100000000 MAX_FEE: 5000000 ENOUGH_BALANCE: 100000000000 MAX_UNCONFIRMED: 99 BLACKLIST_MOSAIC_IDS: '[]' EXPLORER_URL: 'https://explorer.{{domain}}/' httpsProxies: - name: 'https-proxy' openPort: 443 domains: 'explorer.{{domain}} -> http://explorer:4000, faucet.{{domain}} -> http://faucet:4000' stage: 'production' webSocket: 'true' serverNamesHashBucketSize: 128