mirror of
https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git
synced 2026-04-27 05:25:51 +03:00
[PR #1] [MERGED] Fix the failure to connect to the database caused by setting the database name #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-backend-clean-architecture#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amitshekhariitbhu/go-backend-clean-architecture/pull/1
Author: @jinrenjie
Created: 1/10/2023
Status: ✅ Merged
Merged: 1/10/2023
Merged by: @amitshekhariitbhu
Base:
main← Head:main📝 Commits (2)
68d2cb2bugfix: fix connect to mongodb server bug65bef04minor: delete useless environment variable📊 Changes
2 files changed (+2 additions, -3 deletions)
View changed files
📝
bootstrap/database.go(+2 -2)📝
docker-compose.yaml(+0 -1)📄 Description
When authentication is required, creating a connection and specifying a database name causes authentication to fail.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.