-
Notifications
You must be signed in to change notification settings - Fork 874
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Makefile to match temporal-sql-tool's instructions (#3264)
The tools/sql/README.md instructions ask user to pass in SQL username/password via environment variables. However the scripts in Makefile to install SQL schemas hard code username/password, effectively rendering temporal-sql-tool's instructions invalid. This cause confusion/frustration for end-users trying to set up Temporal the first time. This commit will allow env vars override via SQL_USER and SQL_PASSWORD, and maintain the default values if those env vars are not set.
- Loading branch information
Showing
1 changed file
with
20 additions
and
16 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