-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for not being dependent of .env inside the functions and improve …
…abstraction
- Loading branch information
Isaac Guerreiro
committed
Aug 30, 2021
1 parent
4ec0bd9
commit 76510c8
Showing
3 changed files
with
23 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
USERNAME=friendzymes | ||
PASSWORD=Open3000 | ||
ENCONDED_AUTH="Basic ZnJpZW5kenltZXMwMDE6NjZkMDU0YmUtZjA1Ni00YTYyLTg0NmEtZTRiMWY4NGJhYmE3" | ||
USERNAME= | ||
PASSWORD= | ||
ENCODED_AUTH="Basic ZnJpZW5kenltZXMwMDE6NjZkMDU0YmUtZjA1Ni00YTYyLTg0NmEtZTRiMWY4NGJhYmE3" | ||
TOKEN_URL="https://www.idtdna.com/Identityserver/connect/token" | ||
COMPLEXITY_URL="https://www.idtdna.com/api/complexities/screengBlockSequences" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters