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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1211
Author: @BlackDex
Created: 10/31/2020
Status: ❌ Closed
Base:
master← Head:dotenv-warnings📝 Commits (6)
a11e20cUpdated the azure-pipelines.yml for multidbaadece3Remove some duplicate code in Dockerfile with the help of some variables987436cUpdated dependenciesd92cfc0Merge branch 'master' of https://github.com/dani-garcia/bitwarden_rs into master8eea887Merge branch 'master' of https://github.com/dani-garcia/bitwarden_rsbe9efbdEmit warning generated by dotenv.📊 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.