Add function to load secret from env.

This commit is contained in:
Christopher Chong
2023-07-05 17:11:10 +08:00
parent 619b272b0a
commit b7349feba9
3 changed files with 38 additions and 34 deletions

8
.gitignore vendored
View File

@@ -20,4 +20,10 @@ Cargo.lock
.nvimrc
# vscode project specific settings
.vscode/
.vscode/
# transcript
*.json
# env var
*.env