Skip to content

Commit

Permalink
Update the default server API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer committed Sep 25, 2024
1 parent f030024 commit bf78d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Config struct {

StarhubServer struct {
BaseURL string `envconfig:"CSGHUB_PORTAL_STARHUB_BASE_URL" default:"http://localhost:8080"`
APIKey string `envconfig:"CSGHUB_PORTAL_STARHUB_API_KEY" default:"f3a7b9c1d6e5f8e2a1b5d4f9e6a2b8d7c3a4e2b1d9f6e7a8d2c5a7b4c1e3f5b8a1d4f9b7d6e2f8a5d3b1e7f9c6a8b2d1e4f7d5b6e9f2a4b3c8e1d7f995hd82hf"`
APIKey string `envconfig:"CSGHUB_PORTAL_STARHUB_API_KEY" default:"0c11e6e4f2054444374ba3f0b70de4145935a7312289d404814cd5907c6aa93cc65cd35dbf94e04c13a3dedbf51f1694de84240c8acb7238b54a2c3ac8e87c59"`
}

Database struct {
Expand Down

0 comments on commit bf78d0c

Please sign in to comment.