41 lines
993 B
TOML
41 lines
993 B
TOML
[server]
|
|
host = "0.0.0.0"
|
|
port = 8000
|
|
gqlPath = "/graphql"
|
|
[server.session]
|
|
secret = "<redacted>"
|
|
# Frontend webapp URL origin
|
|
appOriginUrl = "https://deploy.pwa.mito.com"
|
|
# Set to true if server running behind proxy
|
|
trustProxy = true
|
|
# Backend URL hostname
|
|
domain = "deploy-backend.pwa.mito.com"
|
|
|
|
[database]
|
|
dbPath = "/data/db/snowball"
|
|
|
|
[gitHub]
|
|
webhookUrl = "https://deploy-backend.pwa.mito.com"
|
|
[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 = "deploy"
|
|
[registryConfig.fee]
|
|
gasPrice = "1alnt"
|
|
|
|
[auction]
|
|
commitFee = "100000"
|
|
commitsDuration = "120s"
|
|
revealFee = "100000"
|
|
revealsDuration = "120s"
|
|
denom = "alnt"
|