From d20f13013533c3254d50ac8b5ff3a47a183ec650 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Tue, 23 Jul 2024 01:22:38 +0800 Subject: [PATCH] Section coloring for bin/config.ini on documentations. --- documentations/src/views/Deployment.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentations/src/views/Deployment.vue b/documentations/src/views/Deployment.vue index 3a9557d..7fb8c18 100644 --- a/documentations/src/views/Deployment.vue +++ b/documentations/src/views/Deployment.vue @@ -84,13 +84,13 @@ name=qlbase_apps port=3306 -[smtp] +[smtp] host=<smtp host> port=<smtp port> from=<smtp email> password=<smtp password> -[env] +[env] home=http://localhost:8080/QLBase sms=enabled

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.