summaryrefslogtreecommitdiff
path: root/jws/epibazaar/shop/src/main/resources/application.properties
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2025-09-15 01:07:58 +0200
committerMartial Simon <msimon_fr@hotmail.com>2025-09-15 01:07:58 +0200
commit967be9e750221ab2ab783f95df79bb26d290a45e (patch)
tree6802900a5e975f9f68b169f0f503f040056d6952 /jws/epibazaar/shop/src/main/resources/application.properties
add: added projectsHEADmain
Diffstat (limited to 'jws/epibazaar/shop/src/main/resources/application.properties')
-rw-r--r--jws/epibazaar/shop/src/main/resources/application.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/jws/epibazaar/shop/src/main/resources/application.properties b/jws/epibazaar/shop/src/main/resources/application.properties
new file mode 100644
index 0000000..e2fa130
--- /dev/null
+++ b/jws/epibazaar/shop/src/main/resources/application.properties
@@ -0,0 +1,13 @@
+%dev.quarkus.http.port=8082
+quarkus.datasource.db-kind=postgresql
+quarkus.datasource.username=postgres
+quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/shop?currentSchema=public
+quarkus.transaction-manager.default-transaction-timeout=3000s
+quarkus.hibernate-orm.log.queries-slower-than-ms=200
+quarkus.http.cors=true
+quarkus.http.cors.origins=*
+quarkus.hibernate-orm.database.generation=drop-and-create
+
+quarkus.kafka.devservices.image-name=reg.undercloud.cri.epita.fr/docker/redpandadata/redpanda:v24.1.2
+quarkus.devservices.enabled=true
+%test.quarkus.devservices.enabled=false