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-02-22 13:54:06 +00:00
|
|
|
appOriginUrl = "http://localhost:3000"
|
2024-02-22 11:56:26 +00:00
|
|
|
trustProxy = false
|
|
|
|
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
|
|
|
|
2024-06-24 23:42:33 +00:00
|
|
|
[google]
|
|
|
|
clientId = ""
|
|
|
|
clientSecret = ""
|
|
|
|
|
|
|
|
[turnkey]
|
|
|
|
apiBaseUrl = "https://api.turnkey.com"
|
|
|
|
apiPrivateKey = ""
|
|
|
|
apiPublicKey = ""
|
|
|
|
defaultOrganizationId = ""
|
|
|
|
|
2024-02-12 06:04:01 +00:00
|
|
|
[registryConfig]
|
2024-02-19 08:13:29 +00:00
|
|
|
fetchDeploymentRecordDelay = 5000
|
2024-10-07 04:44:03 +00:00
|
|
|
checkAuctionStatusDelay = 5000
|
|
|
|
restEndpoint = "http://dss-daemon.test1.wireitin.com:26657"
|
2024-02-12 06:04:01 +00:00
|
|
|
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-04 03:59:13 +00:00
|
|
|
gas = ""
|
|
|
|
fees = ""
|
2024-10-07 08:51:40 +00:00
|
|
|
gasPrice = "1alnt"
|
2024-10-04 03:59:13 +00:00
|
|
|
|
|
|
|
[auction]
|
2024-10-07 04:44:03 +00:00
|
|
|
commitFee = "1000"
|
|
|
|
commitsDuration = "60s"
|
|
|
|
revealFee = "1000"
|
|
|
|
revealsDuration = "60s"
|
|
|
|
denom = "alnt"
|
2024-02-22 11:56:26 +00:00
|
|
|
|
|
|
|
[misc]
|
|
|
|
projectDomain = "apps.snowballtools.com"
|