Skip to content

Commit 907fedf

Browse files
authored
Update README.md
removed invalid credentials
1 parent f8e12dd commit 907fedf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def index(request):
233233
with open('integrationconfiguration.json', 'r') as myfile:
234234
integrationsConfigString = myfile.read()
235235

236-
customerId = "queueitknownusertst"
237-
secretKey = "954656b7-bcfa-4de5-9c82-ff3805edd953737070fd-2f5d-4a11-b5ac-5c23e1b097b1"
236+
customerId = "" # Your Queue-it customer ID
237+
secretKey = "" # Your 72 char secret key as specified in Go Queue-it self-service platform
238238

239239
response = HttpResponse()
240240
httpContextProvider = Django_1_8_Provider(request, response)

0 commit comments

Comments
 (0)