Skip to content

Commit

Permalink
Final adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Dec 7, 2024
1 parent 5d4645a commit c174e23
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 343 deletions.
4 changes: 2 additions & 2 deletions _intellij-project/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function loadEditor() {
initialContent: loadFile("can-drive.dmn"),
resources: new Map<string, DmnEditorStandaloneResource>([
["path1/can-drive-types.dmn", { contentType: "text", content: loadFile("can-drive-types.dmn") }],
["path2/loan-pre-qualification.dmn", { contentType: "text", content: loadFile("loan-pre-qualification.dmn") }],
["path2/loan-pre-qualification.dmn", { contentType: "text", content: loadFile("loan-pre-qualification.dmn") }], // Won't be available! Read comment above.
]),
readOnly: false,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ quarkus.datasource.reactive.url=${QUARKUS_DATASOURCE_REACTIVE_URL:postgresql://0

# Keeping it disabled for simplicity.

quarkus.oidc.enabled=false
quarkus.oidc.enabled=false
kogito.auth.enabled=false


Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c174e23

Please sign in to comment.