Skip to content

Commit

Permalink
Apply Sring configuration on app-center - Meeds-io/MIPs#132 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenarie authored Jun 18, 2024
1 parent 01e3281 commit 2c86111
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 77 deletions.
21 changes: 21 additions & 0 deletions time-tracker-services/src/main/resources/applications.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"descriptors": [
{
"name": "TimeSheet",
"imagePath": "war:/../images/timesheet.png",
"override": false,
"enabled": true,
"application": {
"title": "Time Sheet",
"description": "Time Sheet",
"url": "./time_sheet",
"active": true,
"mandatory": true,
"mobile": true,
"permissions": [
"*:/spaces/exo_employees"
]
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
<import>war:/conf/time-tracker/portal/portal-configuration.xml</import>
<import>war:/conf/time-tracker/organization/organization-configuration.xml</import>
<import>war:/conf/time-tracker/portal/dynamic-container-configuration.xml</import>
<import>war:/conf/time-tracker/app-center-configuration.xml</import>

</configuration>

This file was deleted.

0 comments on commit 2c86111

Please sign in to comment.