[server] host = "127.0.0.1" port = 8000 gqlPath = "/graphql" [server.session] secret = "" appOriginUrl = "http://localhost:3000" trustProxy = false domain = "localhost" [database] dbPath = "db/snowball" [gitHub] webhookUrl = "" [gitHub.oAuth] clientId = "" clientSecret = "" [google] clientId = "" clientSecret = "" [turnkey] apiBaseUrl = "https://api.turnkey.com" apiPrivateKey = "" apiPublicKey = "" defaultOrganizationId = "" [registryConfig] fetchDeploymentRecordDelay = 5000 checkAuctionStatusDelay = 5000 restEndpoint = "http://dss-daemon.test1.wireitin.com:26657" chainId = "laconic_9000-1" privateKey = "" bondId = "" authority = "" [registryConfig.fee] gas = "" fees = "" gasPrice = "1" [auction] commitFee = "1000" commitsDuration = "60s" revealFee = "1000" revealsDuration = "60s" denom = "alnt" [misc] projectDomain = "apps.snowballtools.com"