-
Notifications
You must be signed in to change notification settings - Fork 27
/
assembly-services.yml
45 lines (45 loc) · 1.52 KB
/
assembly-services.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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