Skip to content

Commit

Permalink
MODLD-584: Update port number; Remove unwanted module permission (#32)
Browse files Browse the repository at this point in the history
* MODLD-584: Update port number in application.yml file

* MODLD-584: Remove unwatned module permission search.index.indices.item.post
  • Loading branch information
pkjacob authored Nov 6, 2024
1 parent c9c2fac commit 4cc82c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{
"methods": [ "POST" ],
"pathPattern": "/_/tenant",
"modulePermissions": ["search.index.indices.item.post"]
"modulePermissions": []
},
{
"methods": [ "DELETE", "GET" ],
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
spring:
application:
name: mod-linked-data
server:
port: 8081
cloud:
openfeign:
okhttp:
Expand Down Expand Up @@ -47,3 +45,6 @@ management:

mod-linked-data:
default-schema: public

server:
port: 8081

0 comments on commit 4cc82c8

Please sign in to comment.