-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
1,141 additions
and
175 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file is a marker, it exists to tell Quarkus that this archive has a dependency on Panache, and may need to be transformed at build time |
285 changes: 285 additions & 0 deletions
285
app/backend/target/classes/META-INF/resources/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
quarkus.http.root-path=/api | ||
quarkus.package.type=uber-jar | ||
|
||
quarkus.http.host = 127.0.0.1 | ||
|
||
quarkus.devservices.enabled=false | ||
|
||
quarkus.datasource.db-kind=postgresql | ||
quarkus.datasource.username=party | ||
quarkus.datasource.password=party | ||
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/party | ||
%prod.quarkus.datasource.jdbc.url=jdbc:postgresql://postgres:5432/party | ||
#quarkus.datasource.reactive.url = vertx-reactive:postgresql://localhost:5432/mydatabase | ||
|
||
quarkus.hibernate-orm.database.generation=none | ||
%dev.quarkus.hibernate-orm.database.generation=drop-and-create | ||
quarkus.hibernate-orm.database.generation.halt-on-error=false | ||
quarkus.hibernate-orm.sql-load-script=db/import.sql | ||
|
||
quarkus.datasource.devservices.enabled=false | ||
quarkus.hibernate-orm.log.sql=true | ||
quarkus.http.access-log.enabled=true | ||
|
||
# Required issuer | ||
# mp.jwt.verify.issuer=https://partytiga.hopto.org/realms/party | ||
|
||
# OIDC Configuration | ||
quarkus.oidc.auth-server-url=https://partytiga.hopto.org/realms/party | ||
quarkus.oidc.client-id=backend | ||
quarkus.oidc.credentials.secret=5DDD17ZGekP4cpW1KIds7BkL2XEmQqqs | ||
quarkus.oidc.tls.verification=none | ||
|
||
# Enable Policy Enforcement | ||
#quarkus.keycloak.policy-enforcer.enable=true | ||
|
||
# Tell Dev Services for Keycloak to import the realm file | ||
# This property is not effective when running the application in JVM or native modes | ||
quarkus.keycloak.devservices.realm-path=quarkus-realm.json | ||
|
||
quarkus.keycloak.policy-enforcer.lazy-load-paths=false | ||
|
||
quarkus.keycloak.policy-enforcer.paths.1.path=/api/events | ||
quarkus.keycloak.policy-enforcer.paths.1.enforcement-mode=DISABLED | ||
|
||
quarkus.keycloak.policy-enforcer.enable=true | ||
quarkus.keycloak.policy-enforcer.enforcement-mode=enforcing | ||
|
||
# quarkus.keycloak.policy-enforcer.http-method-as-scope=true |
Empty file.
Binary file added
BIN
+72.8 KB
.../shelf/Uncommitted_changes_before_Checkout_at_01_10_24,_12_18_[Changes]/dev-app-model.dat
Binary file not shown.
452 changes: 452 additions & 0 deletions
452
...idea/shelf/Uncommitted_changes_before_Checkout_at_01_10_24,_12_18_[Changes]/shelved.patch
Large diffs are not rendered by default.
Oops, something went wrong.
101 changes: 101 additions & 0 deletions
101
...idea/shelf/Uncommitted_changes_before_Checkout_at_01_10_24,_12_23_[Changes]/shelved.patch
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.