Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
killbillio committed Jul 16, 2024
1 parent ae7da0e commit 82a3758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0.24/how-to-set-up-a-multi-tier-system.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h2 id="step4">Step 4: Edit the Configuration Script</h2>
<span class="tok-nv">db_password</span><span class="tok-o">=</span><span class="tok-s2">&quot;&lt;DB passwordd&gt;&quot;</span>
<span class="tok-nv">kb_admin_password</span><span class="tok-o">=</span><span class="tok-s2">&quot;&lt;Kaui admin login password&gt;&quot;</span>

cat<span class="tok-w"> </span><span class="tok-s">&lt;&lt; EOF &gt; /etc/environment</span>
cat<span class="tok-w"> </span><span class="tok-s">&lt;&lt; EOF &gt;&gt; /etc/environment</span>
<span class="tok-s">KB_org_killbill_dao_url=jdbc:mysql://$db_host:$db_port/killbill</span>
<span class="tok-s">KB_org_killbill_dao_user=$db_user</span>
<span class="tok-s">KB_org_killbill_dao_password=$db_password</span>
Expand Down
2 changes: 1 addition & 1 deletion latest/how-to-set-up-a-multi-tier-system.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h2 id="step4">Step 4: Edit the Configuration Script</h2>
<span class="tok-nv">db_password</span><span class="tok-o">=</span><span class="tok-s2">&quot;&lt;DB passwordd&gt;&quot;</span>
<span class="tok-nv">kb_admin_password</span><span class="tok-o">=</span><span class="tok-s2">&quot;&lt;Kaui admin login password&gt;&quot;</span>

cat<span class="tok-w"> </span><span class="tok-s">&lt;&lt; EOF &gt; /etc/environment</span>
cat<span class="tok-w"> </span><span class="tok-s">&lt;&lt; EOF &gt;&gt; /etc/environment</span>
<span class="tok-s">KB_org_killbill_dao_url=jdbc:mysql://$db_host:$db_port/killbill</span>
<span class="tok-s">KB_org_killbill_dao_user=$db_user</span>
<span class="tok-s">KB_org_killbill_dao_password=$db_password</span>
Expand Down

0 comments on commit 82a3758

Please sign in to comment.