Skip to content

Commit

Permalink
update INFISICAL_DEFAULT_API_URL constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jan 21, 2023
1 parent 5297133 commit 7cc341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package util
const (
CONFIG_FILE_NAME = "infisical-config.json"
CONFIG_FOLDER_NAME = ".infisical"
INFISICAL_DEFAULT_URL = "https://app.infisical.com/api"
INFISICAL_DEFAULT_API_URL = "https://app.infisical.com/api"
INFISICAL_WORKSPACE_CONFIG_FILE_NAME = ".infisical.json"
INFISICAL_TOKEN_NAME = "INFISICAL_TOKEN"
SECRET_TYPE_PERSONAL = "personal"
Expand Down

0 comments on commit 7cc341e

Please sign in to comment.