Skip to content

Commit

Permalink
Section coloring for bin/config.ini on documentations.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jul 22, 2024
1 parent 267e7a0 commit d20f130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentations/src/views/Deployment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
<span class="text-danger">name</span>=<span class="text-success">qlbase_apps</span>
<span class="text-danger">port</span>=<span class="text-success">3306</span>

[smtp]
<span class="text-warning">[smtp]</span>
<span class="text-danger">host</span>&#61;<span class="text-success">&lt;smtp host&gt;</span>
<span class="text-danger">port</span>&#61;<span class="text-success">&lt;smtp port&gt;</span>
<span class="text-danger">from</span>&#61;<span class="text-success">&lt;smtp email&gt;</span>
<span class="text-danger">password</span>&#61;<span class="text-success">&lt;smtp password&gt;</span>

[env]
<span class="text-warning">[env]</span>
<span class="text-danger">home</span>=<span class="text-success">http://localhost:8080/QLBase</span>
<span class="text-danger">sms</span>=<span class="text-success">enabled</span></pre>
<p>The database section defines the MySQL server, username, password, database name, and the server port. While the SMTP server defines the host address/name, server port, from (email address of origin), and password; this SMTP configuration will be used as email gateway for recovering forgotten passwords of users. The SMS service enability can also be configured with either "enabled" or "disabled" value. And lastly, the environment section defines the root URL of the current QLBase runtime.</p>
Expand Down

0 comments on commit d20f130

Please sign in to comment.