Added Skool bus config
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
server:
|
server:
|
||||||
port: 6789
|
port: 6788
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: dev-auto-app-ms-core
|
name: dev-auto-app-ms-core
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6788
|
port: 6379
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://localhost:5432/auto_app_core
|
url: jdbc:postgresql://localhost:5432/auto_app_core
|
||||||
username: root
|
username: root
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
server:
|
server:
|
||||||
port: 6789
|
port: 6788
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: dev-auto-app-ms-core
|
name: dev-auto-app-ms-core
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6788
|
port: 6379
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://postgres:5432/auto_app_core
|
url: jdbc:postgresql://postgres:5432/auto_app_core
|
||||||
# username: apiuser
|
# username: apiuser
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ spring:
|
|||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6789
|
port: 6379
|
||||||
mongodb:
|
mongodb:
|
||||||
uri: mongodb://localhost:27017/auto_app_core
|
uri: mongodb://localhost:27017/auto_app_core
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ spring:
|
|||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6789
|
port: 6379
|
||||||
mongodb:
|
mongodb:
|
||||||
uri: mongodb://mongodb:27017/auto_app_core
|
uri: mongodb://mongodb:27017/auto_app_core
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
server:
|
server:
|
||||||
port: 6789
|
port: 6787
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: dev-auto-app-ms-utility
|
name: dev-auto-app-ms-utility
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6387
|
port: 6379
|
||||||
mongodb:
|
mongodb:
|
||||||
uri: mongodb://localhost:27017/auto_app_core
|
uri: mongodb://localhost:27017/auto_app_core
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
server:
|
server:
|
||||||
port: 6789
|
port: 6787
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: dev-auto-app-ms-utility
|
name: dev-auto-app-ms-utility
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6387
|
port: 6379
|
||||||
mongodb:
|
mongodb:
|
||||||
uri: mongodb://mongodb:27017/auto_app_core
|
uri: mongodb://mongodb:27017/auto_app_core
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
Reference in New Issue
Block a user