Skip to content

Commit

Permalink
PD-5347
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 committed Nov 11, 2024
1 parent ddc31b1 commit 184ae64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content/concepts/connections/creating-config-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ <h1>Create and Configure a <code><MadCap:variable name="General.liquiPropFile"><
<p>You can use a <b>defaults file</b> called <code><MadCap:variable name="General.liquiPropFile" /></code> to store information that <MadCap:variable name="General.Liquibase" /> 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.</p>
<p>Arguments that are entered at a command prompt override values that are specified in <code><MadCap:variable name="General.liquiPropFile" /></code>.</p>
<h2 id="creating-the-file">Creating a <code><MadCap:variable name="General.liquiPropFile" /></code> file</h2>
<p><MadCap:variable name="General.Liquibase" /> comes <b>preinstalled</b> with example <code><MadCap:variable name="General.liquiPropFile"></MadCap:variable></code> files in the <code>$LIQUIBASE_HOME/examples/&lt;sql|xml|yaml|json&gt;</code> directories.</p>
<p><MadCap:variable name="General.Liquibase" /> comes <b>preinstalled</b> with example <code><MadCap:variable name="General.liquiPropFile" /></code> files in the <code>$LIQUIBASE_HOME/examples/&lt;sql|xml|yaml|json&gt;</code> directories. By default, <MadCap:variable name="General.Liquibase" /> looks for the <code><MadCap:variable name="General.liquiPropFile" /></code> file in the directory <MadCap:variable name="General.Liquibase" /> is running in.</p>
<p>You can easily create a new <MadCap:variable name="General.Liquibase" /> project containing a <code><MadCap:variable name="General.liquiPropFile" /></code> file by running the <MadCap:xref href="../../commands/init/project.htm">init project</MadCap:xref> command.</p>
<p>You can also manually create a new text file in your project <MadCap:variable name="General.Liquibase" /> directory and name it <code><MadCap:variable name="General.liquiPropFile" /></code>. By default, <MadCap:variable name="General.Liquibase" /> looks for the defaults file in the current working directory.</p>
<p>You can also manually create a new text file in your project <MadCap:variable name="General.Liquibase" /> directory and name it <code><MadCap:variable name="General.liquiPropFile" /></code>.</p>
<p class="note" MadCap:autonum="&lt;b&gt;Note: &lt;/b&gt;">The file can be named something other than <code><MadCap:variable name="General.liquiPropFile" /></code> and reside in a different directory by using the <code>--<MadCap:xref href="../../parameters/defaults-file.htm">defaults-file</MadCap:xref></code> parameter every time you run a <MadCap:variable name="General.Liquibase" /> command.
For more information, see <MadCap:xref href="../../parameters/working-with-command-parameters.htm">Working with Command Parameters</MadCap:xref>.</p>
<h2 id="liquibaseproperties-file-example">Example properties file</h2>
Expand Down

0 comments on commit 184ae64

Please sign in to comment.