Skip to content

Instantly share code, notes, and snippets.

@joshuafredrickson
Created November 1, 2020 17:49
Show Gist options
  • Save joshuafredrickson/c1dd54605ce24ef0f435c3f2e6e1aa76 to your computer and use it in GitHub Desktop.
Save joshuafredrickson/c1dd54605ce24ef0f435c3f2e6e1aa76 to your computer and use it in GitHub Desktop.
Sample auth.json for SatisPress composer authentication
{
"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