-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error Handling in Generate.sh (#226)
* Added Eval Statement * fix independent-docker generate script * Error Check for apiBasePath * Added Error Handling
- Loading branch information
1 parent
366f2d5
commit 5c359f0
Showing
3 changed files
with
34 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
OPENAI_API_KEY= | ||
AUTH_HEADER= | ||
OPENAI_API_KEY=YourOpenAPIKey | ||
AUTH_HEADER=auth | ||
AUTH_HEADER_KEY=Authorization | ||
DOMAIN_NAME= | ||
DOMAIN_NAME=default | ||
DOCKER_REGISTRY_URL=ghcr.io | ||
GITHUB_REPOSITORY= | ||
GITHUB_REPOSITORY=aitools | ||
USE_HTTPS=false |