2024-01-16 09:36:35 +00:00
|
|
|
[server]
|
|
|
|
host = "127.0.0.1"
|
|
|
|
port = 8000
|
|
|
|
gqlPath = "/graphql"
|
2024-02-22 11:56:26 +00:00
|
|
|
[server.session]
|
2024-06-24 23:42:33 +00:00
|
|
|
secret = ""
|
2024-10-19 13:06:09 +00:00
|
|
|
# Frontend webapp URL origin
|
2024-02-22 13:54:06 +00:00
|
|
|
appOriginUrl = "http://localhost:3000"
|
2024-10-19 13:06:09 +00:00
|
|
|
# Set to true if server running behind proxy
|
2024-02-22 11:56:26 +00:00
|
|
|
trustProxy = false
|
2024-10-19 13:06:09 +00:00
|
|
|
# Backend URL hostname
|
2024-02-22 11:56:26 +00:00
|
|
|
domain = "localhost"
|
2024-01-17 05:23:01 +00:00
|
|
|
|
|
|
|
[database]
|
|
|
|
dbPath = "db/snowball"
|
2024-01-30 14:20:53 +00:00
|
|
|
|
2024-02-15 11:54:57 +00:00
|
|
|
[gitHub]
|
|
|
|
webhookUrl = ""
|
|
|
|
[gitHub.oAuth]
|
|
|
|
clientId = ""
|
|
|
|
clientSecret = ""
|
2024-02-12 06:04:01 +00:00
|
|
|
|
|
|
|
[registryConfig]
|
2024-02-19 08:13:29 +00:00
|
|
|
fetchDeploymentRecordDelay = 5000
|
2024-10-18 12:37:01 +00:00
|
|
|
checkAuctionStatusDelay = 5000
|
2024-02-12 06:04:01 +00:00
|
|
|
restEndpoint = "http://localhost:1317"
|
|
|
|
gqlEndpoint = "http://localhost:9473/api"
|
|
|
|
chainId = "laconic_9000-1"
|
|
|
|
privateKey = ""
|
|
|
|
bondId = ""
|
2024-02-23 09:17:29 +00:00
|
|
|
authority = ""
|
2024-02-12 06:04:01 +00:00
|
|
|
[registryConfig.fee]
|
2024-10-18 12:37:01 +00:00
|
|
|
gas = ""
|
|
|
|
fees = ""
|
|
|
|
gasPrice = "1alnt"
|
|
|
|
|
|
|
|
# Durations are set to 2 mins as deployers may take time with ongoing deployments and auctions
|
|
|
|
[auction]
|
|
|
|
commitFee = "100000"
|
|
|
|
commitsDuration = "120s"
|
|
|
|
revealFee = "100000"
|
|
|
|
revealsDuration = "120s"
|
|
|
|
denom = "alnt"
|