This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from swichers/develop
Add improved ClientFactory and examples to release
- Loading branch information
Showing
58 changed files
with
1,312 additions
and
744 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Environment variables can be set from a .env file placed in the location you | ||
# run client scripts from. One can also be placed in the ACSF gfs mount for | ||
# each environment. | ||
# | ||
# The AH_* variables should be removed when running on Acquia environments. | ||
# | ||
# The username of the user the API key belongs to. | ||
ACSF_API_USERNAME=api.user | ||
# The API key to access the API with. | ||
# https://docs.acquia.com/site-factory/extend/api/#obtaining-your-api-key | ||
ACSF_API_KEY=abc123 | ||
# The ACSF site group. | ||
AH_SITE_GROUP=example | ||
# The ACSF environment. | ||
AH_SITE_ENVIRONMENT=01dev |
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
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
Oops, something went wrong.