Created
November 1, 2020 17:49
-
-
Save joshuafredrickson/c1dd54605ce24ef0f435c3f2e6e1aa76 to your computer and use it in GitHub Desktop.
Sample auth.json for SatisPress composer authentication
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
{ | |
"http-basic": { | |
"satispress.domain.com": { | |
"username": "<apikey>", | |
"password": "satispress" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment