diff --git a/Content/concepts/connections/creating-config-properties.html b/Content/concepts/connections/creating-config-properties.html index 32bad2aa5..41e48112b 100644 --- a/Content/concepts/connections/creating-config-properties.html +++ b/Content/concepts/connections/creating-config-properties.html @@ -12,9 +12,9 @@

Create and Configure a <

You can use a defaults file called to store information that needs to connect to a particular database, along with other properties that rarely change. This lets you avoid entering properties through your command line, saving you time and reducing errors.

Arguments that are entered at a command prompt override values that are specified in .

Creating a file

-

comes preinstalled with example files in the $LIQUIBASE_HOME/examples/<sql|xml|yaml|json> directories.

+

comes preinstalled with example files in the $LIQUIBASE_HOME/examples/<sql|xml|yaml|json> directories. By default, looks for the file in the directory is running in.

You can easily create a new project containing a file by running the init project command.

-

You can also manually create a new text file in your project directory and name it . By default, looks for the defaults file in the current working directory.

+

You can also manually create a new text file in your project directory and name it .

The file can be named something other than and reside in a different directory by using the --defaults-file parameter every time you run a command. For more information, see Working with Command Parameters.

Example properties file