Added Skool bus config

This commit is contained in:
2026-06-12 12:16:17 +03:00
parent 619e412057
commit 90a56946bd
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
server:
port: 6789
port: 6788
spring:
application:
name: dev-auto-app-ms-core
data:
redis:
host: localhost
port: 6788
port: 6379
datasource:
url: jdbc:postgresql://localhost:5432/auto_app_core
username: root
+2 -2
View File
@@ -1,12 +1,12 @@
server:
port: 6789
port: 6788
spring:
application:
name: dev-auto-app-ms-core
data:
redis:
host: localhost
port: 6788
port: 6379
datasource:
url: jdbc:postgresql://postgres:5432/auto_app_core
# username: apiuser
+1 -1
View File
@@ -6,7 +6,7 @@ spring:
data:
redis:
host: localhost
port: 6789
port: 6379
mongodb:
uri: mongodb://localhost:27017/auto_app_core
logging:
+1 -1
View File
@@ -6,7 +6,7 @@ spring:
data:
redis:
host: localhost
port: 6789
port: 6379
mongodb:
uri: mongodb://mongodb:27017/auto_app_core
logging:
+2 -2
View File
@@ -1,12 +1,12 @@
server:
port: 6789
port: 6787
spring:
application:
name: dev-auto-app-ms-utility
data:
redis:
host: localhost
port: 6387
port: 6379
mongodb:
uri: mongodb://localhost:27017/auto_app_core
logging:
+2 -2
View File
@@ -1,12 +1,12 @@
server:
port: 6789
port: 6787
spring:
application:
name: dev-auto-app-ms-utility
data:
redis:
host: localhost
port: 6387
port: 6379
mongodb:
uri: mongodb://mongodb:27017/auto_app_core
logging: