[PR #1211] [CLOSED] Emit warning generated by dotenv. #6555

Closed
opened 2026-03-07 21:00:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1211
Author: @BlackDex
Created: 10/31/2020
Status: Closed

Base: masterHead: dotenv-warnings


📝 Commits (6)

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 src/config.rs (+8 -1)

📄 Description

Emit warning regarding the dotenv crate instead of silently passing on.
This could help in troubleshooting configuration issues.

This partially fixes #1196 by reporting the line regarding spaces.
Solving that ticket by allowing spaces would be difficult from within bitwarden_rs it self.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1211 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 10/31/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dotenv-warnings` --- ### 📝 Commits (6) - [`a11e20c`](https://github.com/dani-garcia/vaultwarden/commit/a11e20ccb17e39302ae6d2db1ab9a50b96f93779) Updated the azure-pipelines.yml for multidb - [`aadece3`](https://github.com/dani-garcia/vaultwarden/commit/aadece33d18971071ad634508b9140474ff0989c) Remove some duplicate code in Dockerfile with the help of some variables - [`987436c`](https://github.com/dani-garcia/vaultwarden/commit/987436cbe125c9f91c03b6ababed2ce42521e025) Updated dependencies - [`d92cfc0`](https://github.com/dani-garcia/vaultwarden/commit/d92cfc07f8fc529bac681da85de249d1c65576e4) Merge branch 'master' of https://github.com/dani-garcia/bitwarden_rs into master - [`8eea887`](https://github.com/dani-garcia/vaultwarden/commit/8eea887bbf0a6977782e5018f765792a7f57da0d) Merge branch 'master' of https://github.com/dani-garcia/bitwarden_rs - [`be9efbd`](https://github.com/dani-garcia/vaultwarden/commit/be9efbddb20acacccc78a9b56f51adb088ef3abf) Emit warning generated by dotenv. ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+8 -1) </details> ### 📄 Description Emit warning regarding the dotenv crate instead of silently passing on. This could help in troubleshooting configuration issues. This partially fixes #1196 by reporting the line regarding spaces. Solving that ticket by allowing spaces would be difficult from within bitwarden_rs it self. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:00:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6555