mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-18 09:06:18 +00:00
Nabarun Gogoi
ce55fe62d8
* Add skeleton and TODOs for polling deployment records * Add method implementations for fetching deployment records * Handle if deployment url is not set * Add logs after getting ApplicationDeploymentRecord * Add application deployment record to deployment entity * Change type of application deployment record data * Fetch delay to check deployment records from config * Update isCurrent after deployment record received --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
26 lines
475 B
TOML
26 lines
475 B
TOML
[server]
|
|
host = "127.0.0.1"
|
|
port = 8000
|
|
gqlPath = "/graphql"
|
|
|
|
[database]
|
|
dbPath = "db/snowball"
|
|
|
|
[gitHub]
|
|
webhookUrl = ""
|
|
[gitHub.oAuth]
|
|
clientId = ""
|
|
clientSecret = ""
|
|
|
|
[registryConfig]
|
|
fetchDeploymentRecordDelay = 5000
|
|
restEndpoint = "http://localhost:1317"
|
|
gqlEndpoint = "http://localhost:9473/api"
|
|
chainId = "laconic_9000-1"
|
|
privateKey = ""
|
|
bondId = ""
|
|
[registryConfig.fee]
|
|
amount = "200000"
|
|
denom = "aphoton"
|
|
gas = "550000"
|