Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ioleo/dotenv-repro
https://github.com/ioleo/dotenv-repro
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ioleo/dotenv-repro
- Owner: ioleo
- Created: 2023-02-16T14:15:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T14:28:46.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T22:42:44.206Z (2 months ago)
- Language: Scala
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotenv-repro
Bug reproduction for dotenv plugin. Run `sbt run`.
On my local machine results in:
```
[info] Configured .env environment
[info] sbt server started at local:///home/user/.sbt/1.0/server/5e997c0092ee13b98960/sock
[info] started sbt server
sbt:dotenv> run
[info] compiling 1 Scala source to /home/user/Projects/dotenv-repro/target/scala-3.2.0/classes ...
[info] running dotenv.example
Running example
SOME_URI env variable not found at runtime!
```