Skip to content

Commit

Permalink
enabled conncetion from external
Browse files Browse the repository at this point in the history
  • Loading branch information
DaoudAA committed Dec 23, 2024
1 parent ebf745d commit 144a919
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# HTTP and Database Configurations
quarkus.http.port=8082

quarkus.http.host = 0.0.0.0
quarkus.http.cors=true
quarkus.http.cors.origins=*

quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=postgres
quarkus.datasource.password=azerty
Expand Down

0 comments on commit 144a919

Please sign in to comment.