Skip to content

Commit

Permalink
Merge pull request #439 from MohamedSabthar/dbscripts
Browse files Browse the repository at this point in the history
Add DB scripts related to user store
  • Loading branch information
DedunuKarunarathne authored Dec 13, 2024
2 parents 4d11434 + b557e81 commit f82ecd5
Show file tree
Hide file tree
Showing 8 changed files with 2,496 additions and 1 deletion.
4 changes: 4 additions & 0 deletions monitoring-dashboard/distribution/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
<include>cipher-standalone-config.properties</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.basedir}/src/main/resources/dbscripts</directory>
<outputDirectory>dbscripts</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.basedir}/src/main/resources/conf/security</directory>
<outputDirectory>conf/security</outputDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ WSO2 Integration Control Plane
======================================================================

Welcome to the Integration Control plane ${project.version} for WSO2 Micro Integrator ${mi.version}.
This is a lightweight UI server that hosts a React application which is used to monitor the Micro Integrator runtime & ballerina services.
This is a lightweight UI server that hosts a React application which is used to monitor the Micro Integrator runtime & Ballerina services.

Configure the MI servers
======================================================================
Expand Down
Loading

0 comments on commit f82ecd5

Please sign in to comment.