Prathamesh Musale
a8ffb987b1
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) - Update instructions for nitro node deployments Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Co-authored-by: Shreerang Kale <shreerangkale@gmail.com> Co-authored-by: Neeraj <neeraj.rtly@gmail.com> Reviewed-on: #32 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
41 lines
999 B
TOML
41 lines
999 B
TOML
[server]
|
|
host = "0.0.0.0"
|
|
port = 8000
|
|
gqlPath = "/graphql"
|
|
[server.session]
|
|
secret = "<redacted>"
|
|
# Frontend webapp URL origin
|
|
appOriginUrl = "https://deploy.apps.vaasl.io"
|
|
# Set to true if server running behind proxy
|
|
trustProxy = true
|
|
# Backend URL hostname
|
|
domain = "deploy-backend.apps.vaasl.io"
|
|
|
|
[database]
|
|
dbPath = "/data/db/deploy-backend"
|
|
|
|
[gitHub]
|
|
webhookUrl = "https://deploy-backend.apps.vaasl.io"
|
|
[gitHub.oAuth]
|
|
clientId = "<redacted>"
|
|
clientSecret = "<redacted>"
|
|
|
|
[registryConfig]
|
|
fetchDeploymentRecordDelay = 5000
|
|
checkAuctionStatusDelay = 5000
|
|
restEndpoint = "https://laconicd-sapo.laconic.com"
|
|
gqlEndpoint = "https://laconicd-sapo.laconic.com/api"
|
|
chainId = "laconic-testnet-2"
|
|
privateKey = "<redacted>"
|
|
bondId = "<redacted>"
|
|
authority = "vaasl"
|
|
[registryConfig.fee]
|
|
gasPrice = "0.001alnt"
|
|
|
|
[auction]
|
|
commitFee = "1000"
|
|
commitsDuration = "60s"
|
|
revealFee = "1000"
|
|
revealsDuration = "60s"
|
|
denom = "alnt"
|