We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5031b8f commit 9fcc984Copy full SHA for 9fcc984
examples/cloud-deployment/server/src/main/resources/application.properties
@@ -1,10 +1,6 @@
1
# Agent Configuration
2
agent.url=${AGENT_URL:http://localhost:8080}
3
4
-# HTTP Server
5
-quarkus.http.port=8080
6
-quarkus.http.host=0.0.0.0
7
-
8
# Database Configuration (PostgreSQL)
9
quarkus.datasource.db-kind=postgresql
10
quarkus.datasource.jdbc.url=${DATABASE_URL:jdbc:postgresql://localhost:5432/a2a}
0 commit comments