testnet-laconicd-stack/ops/configs/snowball-config.toml
2024-10-30 10:16:11 +00:00

51 lines
826 B
TOML

[server]
host = "0.0.0.0"
port = 8000
gqlPath = "/graphql"
[server.session]
secret = ""
appOriginUrl = ""
trustProxy = true
domain = ""
[database]
dbPath = "/data/db/snowball"
[gitHub]
webhookUrl = ""
[gitHub.oAuth]
clientId = ""
clientSecret = ""
[google]
clientId = ""
clientSecret = ""
[turnkey]
apiBaseUrl = ""
apiPrivateKey = ""
apiPublicKey = ""
defaultOrganizationId = ""
[registryConfig]
fetchDeploymentRecordDelay = 5000
checkAuctionStatusDelay = 5000
restEndpoint = ""
gqlEndpoint = ""
chainId = ""
privateKey = ""
bondId = ""
authority = ""
[registryConfig.fee]
gasPrice = "1alnt"
[auction]
commitFee = "100000"
commitsDuration = "120s"
revealFee = "100000"
revealsDuration = "120s"
denom = "alnt"
[misc]
projectDomain = ""