51 lines
953 B
TOML
51 lines
953 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 = "https://snowball-backend.pwa.laconic.com"
|
|
[gitHub.oAuth]
|
|
clientId = ""
|
|
clientSecret = ""
|
|
|
|
[google]
|
|
clientId = ""
|
|
clientSecret = ""
|
|
|
|
[turnkey]
|
|
apiBaseUrl = ""
|
|
apiPrivateKey = ""
|
|
apiPublicKey = ""
|
|
defaultOrganizationId = ""
|
|
|
|
[registryConfig]
|
|
fetchDeploymentRecordDelay = 5000
|
|
checkAuctionStatusDelay = 5000
|
|
restEndpoint = "https://laconicd.laconic.com"
|
|
gqlEndpoint = "https://laconicd.laconic.com/api"
|
|
chainId = "laconic_9000-2"
|
|
privateKey = ""
|
|
bondId = ""
|
|
authority = "snowballtools"
|
|
[registryConfig.fee]
|
|
gasPrice = "1alnt"
|
|
|
|
[auction]
|
|
commitFee = "100000"
|
|
commitsDuration = "120s"
|
|
revealFee = "100000"
|
|
revealsDuration = "120s"
|
|
denom = "alnt"
|
|
|
|
[misc]
|
|
projectDomain = ""
|