nabarun
5aefda1248
All checks were successful
Lint / lint (20.x) (push) Successful in 4m5s
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) - Add support for configuring web-app deployers by - - Configuring deployer LRN (for targeted deployments) - Configuring SP auction params for deployment auction (max price and number of providers) Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Reviewed-on: #2
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
[server]
|
|
host = "127.0.0.1"
|
|
port = 8000
|
|
gqlPath = "/graphql"
|
|
[server.session]
|
|
secret = ""
|
|
appOriginUrl = "http://localhost:3000"
|
|
trustProxy = false
|
|
domain = "localhost"
|
|
|
|
[database]
|
|
dbPath = "db/snowball"
|
|
|
|
[gitHub]
|
|
webhookUrl = ""
|
|
[gitHub.oAuth]
|
|
clientId = ""
|
|
clientSecret = ""
|
|
|
|
[google]
|
|
clientId = ""
|
|
clientSecret = ""
|
|
|
|
[turnkey]
|
|
apiBaseUrl = "https://api.turnkey.com"
|
|
apiPrivateKey = ""
|
|
apiPublicKey = ""
|
|
defaultOrganizationId = ""
|
|
|
|
[registryConfig]
|
|
fetchDeploymentRecordDelay = 5000
|
|
checkAuctionStatusDelay = 5000
|
|
restEndpoint = "http://localhost:1317"
|
|
gqlEndpoint = "http://localhost:9473/api"
|
|
chainId = "laconic_9000-1"
|
|
privateKey = ""
|
|
bondId = ""
|
|
authority = ""
|
|
[registryConfig.fee]
|
|
gas = ""
|
|
fees = ""
|
|
gasPrice = "1alnt"
|
|
|
|
# Durations are set to 2 mins as deployers may take time with ongoing deployments and auctions
|
|
[auction]
|
|
commitFee = "100000"
|
|
commitsDuration = "120s"
|
|
revealFee = "100000"
|
|
revealsDuration = "120s"
|
|
denom = "alnt"
|
|
|
|
[misc]
|
|
projectDomain = "apps.snowballtools.com"
|