Skip to content

Commit

Permalink
Merge pull request #2226 from apache/hansva-patch-1
Browse files Browse the repository at this point in the history
[DOC] remove variable notation from HOP_CONFIG_FOLDER
  • Loading branch information
hansva authored Feb 3, 2023
2 parents 967313b + 15cbad4 commit 3e13227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To match standard development best practices you would check all these files int

TIP: project variables should only be used when you need variables on the project level. All variables to connect to infrastructure, e.g. database connection parameters, mail servers etc that take different values in different environments should be created at the environment level.

TIP: Project configurations are stored in hop-config.json, which is read from `hop/config` by default. Use the `{openvar}HOP_CONFIG_FOLDER{closevar}` operating system variable to store your Hop configuration in a folder outside your Hop folder. This will let you keep your project list if you switch Hop installations or upgrade to a newer Hop version.
TIP: Project configurations are stored in hop-config.json, which is read from `hop/config` by default. Use the `HOP_CONFIG_FOLDER` operating system variable to store your Hop configuration in a folder outside your Hop folder. This will let you keep your project list if you switch Hop installations or upgrade to a newer Hop version.

Projects can inherit metadata and variables from a parent project.

Expand Down

0 comments on commit 3e13227

Please sign in to comment.