Конфигурация как в dev
This commit is contained in:
@@ -5,16 +5,16 @@ pcp:
|
||||
postgres:
|
||||
# host: ${PCP_POSTGRES_HOST:localhost}
|
||||
# port: ${PCP_POSTGRES_PORT:5432}
|
||||
host: ${PCP_POSTGRES_HOST:192.168.100.160}
|
||||
port: ${PCP_POSTGRES_PORT:35400}
|
||||
host: ${PCP_POSTGRES_HOST:192.168.60.201}
|
||||
port: ${PCP_POSTGRES_PORT:5432}
|
||||
kafka:
|
||||
host: ${PCP_KAFKA_HOST:localhost}
|
||||
host: ${PCP_KAFKA_HOST:192.168.60.201}
|
||||
port: ${PCP_KAFKA_PORT:29092}
|
||||
|
||||
|
||||
|
||||
network:
|
||||
host: ${PCP_NETWORK_HOST:localhost}
|
||||
host: ${PCP_NETWORK_HOST:192.168.60.201}
|
||||
|
||||
ports:
|
||||
config: 38888
|
||||
@@ -62,3 +62,7 @@ spring:
|
||||
auto-registration: true
|
||||
auto-deregistration: true
|
||||
register-once: true
|
||||
|
||||
camunda:
|
||||
client:
|
||||
grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500}
|
||||
|
||||
Reference in New Issue
Block a user