nabarun
f597e5dfc7
Part of [Service Provider setup](https://www.notion.so/Service-provider-setup-a09e2207e1f34f3a847f7ce9713b7ac5) - Add tasks to create DNS records for daemon - Add DNS resolution check with retries for daemon URL Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: #11
10 lines
287 B
Django/Jinja
10 lines
287 B
Django/Jinja
services:
|
|
registry:
|
|
rpcEndpoint: 'http://{{ org_id }}-daemon.{{ full_domain }}:26657'
|
|
gqlEndpoint: 'http://{{ org_id }}-daemon.{{ full_domain }}:9473/api'
|
|
userKey: "{{ ALICE_PK }}"
|
|
bondId: "{{ BOND_ID }}"
|
|
chainId: lorotestnet-1
|
|
gas: 200000
|
|
fees: 200000alnt
|