Skip to content

Commit

Permalink
Merge pull request #332 from intelops/graphqlcounts
Browse files Browse the repository at this point in the history
added new graphql handlers
  • Loading branch information
vijeyashintelops authored Mar 1, 2024
2 parents ca4f01f + 67c38e0 commit c73ca8c
Show file tree
Hide file tree
Showing 7 changed files with 6,741 additions and 1,814 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ alloc.svg
allocs.pprof
cpu.pprof
steps-to-test.txt
Dockerfile-grphqlserver-build
7 changes: 7 additions & 0 deletions client/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ type Config struct {
S3BucketName string `envconfig:"S3_BUCKET_NAME"`
S3ObjectKey string `envconfig:"S3_OBJECT_KEY"`
}

type GraphQlConfig struct {
DbPort int `envconfig:"DB_PORT"`
DBAddress string `envconfig:"DB_ADDRESS"`
ClickHouseUsername string `envconfig:"CLICKHOUSE_USERNAME"`
ClickHousePassword string `envconfig:"CLICKHOUSE_PASSWORD"`
}
Loading

0 comments on commit c73ca8c

Please sign in to comment.