Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Oct 17, 2023
1 parent fc0896b commit 4b8269d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
},
}

AWS_ACCESS_KEY_ID = 'scoap3'
AWS_SECRET_ACCESS_KEY = 'Scoap1234'
AWS_STORAGE_BUCKET_NAME = 'scoap3-dev-backend'
AWS_S3_ENDPOINT_URL = 'http://localhost:9000'
AWS_ACCESS_KEY_ID = "scoap3"
AWS_SECRET_ACCESS_KEY = "Scoap1234"
AWS_STORAGE_BUCKET_NAME = "scoap3-dev-backend"
AWS_S3_ENDPOINT_URL = "http://localhost:9000"

# EMAIL
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 4b8269d

Please sign in to comment.