Skip to content

Commit

Permalink
test checking envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Jun 2, 2024
1 parent c02071e commit 873a245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ func main() {
}
port := os.Getenv("PORT")
bucket := os.Getenv("GCP_PRIMARY_BUCKET_NAME")
fmt.Println("Port:", port)
fmt.Println("Bucket:", bucket)
/*
Initialize Google Cloud Storage client
*/
Expand Down

0 comments on commit 873a245

Please sign in to comment.