Update ReadMe.md

This commit is contained in:
Reena Aheer 2022-01-05 13:08:16 +01:00 committed by GitHub
parent 6672bf736a
commit 1498853bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ DATABASES = {
SECRET_KEY = "abc"
API_HOST = "http://localhost:8080/"
API_HOST = "http://127.0.0.1:8080/"
OAUTH_CONSUMER_KEY = '<key>'
OAUTH_CONSUMER_SECRET = '<secret>'