-
Notifications
You must be signed in to change notification settings - Fork 10
Open

Description
Hi! Would you have an example on how the DATABASE_CLIENT_URL looks like?
I have it defined as below, and it is not working whatsoever (ValueError: Port must be an integer between 0 and 65535: 27017')
username = urllib.parse.quote_plus('xxxx')
password = urllib.parse.quote_plus('yyy')
CONNECTION_STRING = 'mongodb+srv://%s:%s@cluster0.ktjws.mongodb.net/test?retryWrites=true&w=majority' % (username, password)
Metadata
Metadata
Assignees
Labels
No labels