Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johndiginee authored Nov 8, 2023
1 parent c400665 commit a38bf8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions saropay/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@
}


AWS_ACCESS_KEY_ID = "AKIA3O2U3MLINXN65CNF"
AWS_ACCESS_KEY_ID = ""

AWS_SECRET_ACCESS_KEY = "rCt9NfKx6PbWWCRGbFUfpJwXKEh/p00tyACOtOcx"
AWS_SECRET_ACCESS_KEY = ""

AWS_STORAGE_BUCKET_NAME = "saropaybucket"
AWS_STORAGE_BUCKET_NAME = ""

AWS_S3_FILE_OVERWRITE = False

Expand Down

0 comments on commit a38bf8b

Please sign in to comment.