File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
quarkus.log.level =INFO
5
5
quarkus.log.console.async =true
6
6
quarkus.http.access-log.enabled =true
7
+ quarkus.http.access-log.exclude-pattern =/q/.*
7
8
8
9
# ################
9
10
# ## DATABASE ###
@@ -32,11 +33,6 @@ quarkus.http.filter.static.matches=/static/.+
32
33
quarkus.http.filter.static.methods =GET,HEAD
33
34
quarkus.http.filter.static.order =1
34
35
35
- # ################
36
- # ## NGROK ###
37
- # ################
38
- %dev.quarkus.ngrok.enabled =false
39
-
40
36
# ################
41
37
# ## QUINOA ###
42
38
# ################
@@ -76,5 +72,9 @@ mp.openapi.extensions.smallrye.info.contact.name=Melloware
76
72
mp.openapi.extensions.smallrye.info.contact.email =mellowaredev@gmail.com
77
73
mp.openapi.extensions.smallrye.info.contact.url =https://melloware.com
78
74
75
+ # ################
76
+ # ## DEV ###
77
+ # ################
78
+ %dev.quarkus.ngrok.enabled =false
79
79
%dev.quarkus.datasource.dev-ui.allow-sql =true
80
80
%dev.quarkus.hibernate-orm.dev-ui.allow-hql =true
You can’t perform that action at this time.
0 commit comments