Skip to content

Commit 9fcc984

Browse files
committed
fix: Remove unnecessary http port+host
1 parent 5031b8f commit 9fcc984

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/cloud-deployment/server/src/main/resources/application.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Agent Configuration
22
agent.url=${AGENT_URL:http://localhost:8080}
33

4-
# HTTP Server
5-
quarkus.http.port=8080
6-
quarkus.http.host=0.0.0.0
7-
84
# Database Configuration (PostgreSQL)
95
quarkus.datasource.db-kind=postgresql
106
quarkus.datasource.jdbc.url=${DATABASE_URL:jdbc:postgresql://localhost:5432/a2a}

0 commit comments

Comments
 (0)