Конфигурация как в dev

This commit is contained in:
Дмитрий Соловьев
2026-06-01 10:16:41 +03:00
parent ed33c3c834
commit bc3dd8f0b8
15 changed files with 24 additions and 20 deletions
@@ -7,7 +7,7 @@ spring:
import: "configserver:"
cloud:
config:
uri: ${CONFIG_SERVER_URI:http://localhost:8888}
uri: ${CONFIG_SERVER_URI:http://192.168.60.201:8888}
fail-fast: ${CONFIG_SERVER_FAIL_FAST:true}
profile: ${SPRING_CLOUD_CONFIG_PROFILE:${SPRING_PROFILES_ACTIVE:${spring.profiles.default}}}
label: ${SPRING_CLOUD_CONFIG_LABEL:master}
@@ -15,7 +15,7 @@ spring:
# max-in-memory-size: 16MB
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://192.168.60.68:5432/complan
url: jdbc:postgresql://192.168.60.201:5432/complan
username: postgres
password: password
jpa: