Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/Encode username in Azure DATABASE_URL #206

Merged
merged 5 commits into from
May 20, 2019

Conversation

c-w
Copy link
Member

@c-w c-w commented May 16, 2019

In the Azure deploy the database user is in the format user@server and it looks like furl doesn't deal well with that. URL-encoding the @ to %40 fixes the problem.

Resolves #203

@c-w c-w changed the title Bugfix/Correctly parse Azure database connection string Bugfix/Correctly format Azure database connection string May 16, 2019
@c-w c-w changed the title Bugfix/Correctly format Azure database connection string Bugfix/Encode username in Azure database connection string May 16, 2019
@c-w c-w changed the title Bugfix/Encode username in Azure database connection string Bugfix/Encode username in Azure DATABASE_URL May 16, 2019
@Hironsan Hironsan merged commit 3f630d6 into doccano:master May 20, 2019
@c-w c-w deleted the bugfix/azure-database-url branch May 20, 2019 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy to Azure stopped working
3 participants