Skip to content

Commit

Permalink
remove keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Nov 27, 2023
1 parent 443765d commit bb42c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/cmd/bench/supervise.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ var supervise = cli.Command{
if production {
log.Println("Running on production")
// NOTE: アクセスキーを上書き
accessKey = "AKIAWFVKEZX5AUP2AK6O"
secretAccessKey = "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"
accessKey = ""
secretAccessKey = ""
// NOTE: SQSはsqs初期化時に決まる
finalcheckBucketName = "isucon13-finalcheck-prod"

Expand Down

0 comments on commit bb42c5e

Please sign in to comment.