From 61b0d803b7827c2c3d10d24c19bb60651440eddb Mon Sep 17 00:00:00 2001 From: "review512jwy@163.com" <“review512jwy@163.com”> Date: Thu, 12 Mar 2026 22:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E5=BA=94docker=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prd.properties | 12 ++++++------ src/main/resources/application.properties | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application-prd.properties b/src/main/resources/application-prd.properties index 993f633..5f8f67a 100644 --- a/src/main/resources/application-prd.properties +++ b/src/main/resources/application-prd.properties @@ -1,8 +1,8 @@ -gateway.tcp.port = ${gatewayTcpPort} +gateway.tcp.port = ${GATEWAY_TCP_PORT} -spring.data.redis.host=${redisHost} -spring.data.redis.port=${redisPort} -spring.data.redis.password=${redisPassword} -spring.data.redis.database=${redisDatabase} +spring.data.redis.host=${REDIS_HOST} +spring.data.redis.port=${REDIS_PORT} +spring.data.redis.password=${REDIS_PASSWORD} +spring.data.redis.database=${REDIS_DATABASE} -redis.stream.operation.batch-size=${redisStreamOperationBatchSize} \ No newline at end of file +redis.stream.operation.batch-size=${REDIS_STREAM_OPERATION_BATCH_SIZE} \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8d9e09b..da030c8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ spring.application.name=aeon_tcp -server.port=${serverPort:30004} +server.port=${SERVER_PORT:30004} -spring.profiles.active=${env:dev} +spring.profiles.active=${ACTIVE_ENV:dev} #gateway.tcp.port = 18084 #