Skip to content

Commit bc90ccf

Browse files
committed
Fix profile for local deployment
1 parent 0549638 commit bc90ccf

File tree

2 files changed

+2
-2
lines changed
  • local-deployment/services

2 files changed

+2
-2
lines changed

local-deployment/services/aggregator/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JAVA_TOOL_OPTIONS="-XX:MinRAMPercentage=10 -XX:MaxRAMPercentage=10 -XX:InitialRAMPercentage=5 -XX:ReservedCodeCacheSize=15M -XX:MaxMetaspaceSize=100M -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
22

3-
QUARKUS_PROFILE=dev
3+
QUARKUS_PROFILE=prod
44
QUARKUS_HTTP_PORT=8080
55

66
DB_HOST=s4-postgres:5432

local-deployment/services/rest-api/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JAVA_TOOL_OPTIONS="-XX:MinRAMPercentage=10 -XX:MaxRAMPercentage=10 -XX:InitialRAMPercentage=5 -XX:ReservedCodeCacheSize=15M -XX:MaxMetaspaceSize=100M -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
22

3-
QUARKUS_PROFILE=dev
3+
QUARKUS_PROFILE=prod
44
QUARKUS_HTTP_PORT=8080
55

66
DB_HOST=s4-postgres:5432

0 commit comments

Comments
 (0)