[Bug]: teldrive run
fails to run correctly after adding the executable to the system environment variables on Windows
#454
Labels
bug
Something isn't working
Describe the bug
When I run
teldrive run
directly from the release folder it runs perfectly fine, but when I run it outside the release folder it produces the following errorError: required configuration values not set: jwt-secret, db-data-source, tg-uploads-encryption-key
even though I did addteldrive.exe
to the system environment variables.And since
teldrive run
gives no error when run inside the release folder, I think theconfig.toml
is correctly configured, otherwise it won't run.Repoduction
E:\PC Backups\teldrive\teldrive-1.6.12-windows-amd64
to the system environment variables.teldrive run
.Error: required configuration values not set: jwt-secret, db-data-source, tg-uploads-encryption-key
error.Expected behavior
Teldrive running with no errors.
Version
1.6.12
Which Platform are you using?
Windows
Additional context
The text was updated successfully, but these errors were encountered: