testnet-laconicd-stack/ops/configs/backend-config.toml

41 lines
999 B
TOML
Raw Normal View History

2024-10-21 08:40:48 +00:00
[server]
host = "0.0.0.0"
port = 8000
gqlPath = "/graphql"
[server.session]
secret = "<redacted>"
# Frontend webapp URL origin
2024-10-28 05:13:36 +00:00
appOriginUrl = "https://deploy.apps.vaasl.io"
# Set to true if server running behind proxy
2024-10-21 08:40:48 +00:00
trustProxy = true
# Backend URL hostname
2024-10-28 05:13:36 +00:00
domain = "deploy-backend.apps.vaasl.io"
2024-10-21 08:40:48 +00:00
[database]
2024-10-28 05:13:36 +00:00
dbPath = "/data/db/deploy-backend"
2024-10-21 08:40:48 +00:00
[gitHub]
2024-10-28 05:13:36 +00:00
webhookUrl = "https://deploy-backend.apps.vaasl.io"
2024-10-21 08:40:48 +00:00
[gitHub.oAuth]
clientId = "<redacted>"
clientSecret = "<redacted>"
2024-10-21 08:40:48 +00:00
[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>"
2024-10-28 05:13:36 +00:00
authority = "vaasl"
2024-10-21 08:40:48 +00:00
[registryConfig.fee]
2024-10-28 05:13:36 +00:00
gasPrice = "0.001alnt"
2024-10-21 08:40:48 +00:00
[auction]
2024-10-28 05:13:36 +00:00
commitFee = "1000"
commitsDuration = "60s"
revealFee = "1000"
revealsDuration = "60s"
2024-10-21 08:40:48 +00:00
denom = "alnt"