Created
March 11, 2021 08:26
-
-
Save abierhaus/42aa33b119e4b6346d04c049ba7ebf1c to your computer and use it in GitHub Desktop.
Example for a secrets.json
This file contains hidden or 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
| { | |
| "YourService": { | |
| "Username": "myusername", | |
| "Password": "C0mpLicated!!!1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment