From 0289d0a88a24c0a19f7db9d1378682fd6892c0e0 Mon Sep 17 00:00:00 2001 From: Shan Chathusanda Jayathilaka Date: Tue, 2 Apr 2024 23:59:06 +0530 Subject: [PATCH] Improve README file in petdesk b2c sample --- petcare-sample/b2c/web-app/petdesk/README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/petcare-sample/b2c/web-app/petdesk/README.md b/petcare-sample/b2c/web-app/petdesk/README.md index a15fa7bb2..ba71fd9c7 100644 --- a/petcare-sample/b2c/web-app/petdesk/README.md +++ b/petcare-sample/b2c/web-app/petdesk/README.md @@ -14,13 +14,15 @@ > [!NOTE] -> By default, the services store the data in memory. They can be connected to MySQL databases. Create a `Config.toml` file in the root folder of the service component and add the relevant DB configurations to the `Config.toml` files -> dbHost = "" -> dbUsername = "" -> dbPassword = "" -> dbDatabase = "" -> dbPort = "" -> Create a MySQL database tables using the schemas located in `/petcare-sample/b2c/web-app/petdesk/dbscripts directory`. +> By default, the service stores the data in memory. It can be connected to a MySQL database. Create a `Config.toml` file in the root folder of the service component and add the relevant DB configurations to the `Config.toml` files. Create MySQL database tables using the schemas located in `/petcare-sample/b2c/web-app/petdesk/dbscripts directory`. + +``` +dbHost = "" +dbUsername = "" +dbPassword = "" +dbDatabase = "" +dbPort = "" +``` ## Create an Application in WSO2 Identity Server 1. Create a Single-Page Application named `Pet Desk App` in root organization.