2024-10-21 08:40:48 +00:00
|
|
|
[server]
|
|
|
|
host = "0.0.0.0"
|
|
|
|
port = 8000
|
|
|
|
gqlPath = "/graphql"
|
|
|
|
[server.session]
|
2024-10-23 13:07:17 +00:00
|
|
|
secret = "<redacted>"
|
|
|
|
# Frontend webapp URL origin
|
2024-10-28 05:13:36 +00:00
|
|
|
appOriginUrl = "https://deploy.apps.vaasl.io"
|
2024-10-23 13:07:17 +00:00
|
|
|
# Set to true if server running behind proxy
|
2024-10-21 08:40:48 +00:00
|
|
|
trustProxy = true
|
2024-10-23 13:07:17 +00:00
|
|
|
# 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]
|
2024-10-23 13:07:17 +00:00
|
|
|
clientId = "<redacted>"
|
|
|
|
clientSecret = "<redacted>"
|
2024-10-21 08:40:48 +00:00
|
|
|
|
|
|
|
[registryConfig]
|
|
|
|
fetchDeploymentRecordDelay = 5000
|
|
|
|
checkAuctionStatusDelay = 5000
|
2024-10-23 13:07:17 +00:00
|
|
|
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"
|