Can specify environment variables in client configuration

This commit is contained in:
2022-04-15 21:58:07 +02:00
parent 937343c5f9
commit 489f938b71
6 changed files with 67 additions and 3 deletions

View File

@ -26,4 +26,5 @@ rand = "0.8.5"
base64 = "0.13.0"
jwt-simple = "0.10.9"
digest = "0.10.3"
sha2 = "0.10.2"
sha2 = "0.10.2"
lazy-regex = "2.3.0"