Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxfsf committed May 13, 2024
1 parent c78fd39 commit 5c8a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
username = os.environ.get('USERNAME_MONGODB') or os.getenv("USERNAME_MONGODB")


secret_file_path = "/etc/secrets/.env"
secret_file_path = "../etc/secrets/.env"
# Read the secret from the file
with open(secret_file_path, "r") as file:
secret = file.read().strip()
Expand Down

0 comments on commit 5c8a68d

Please sign in to comment.