diff --git a/dev-auto-app-ms-core-localhost.yml b/dev-auto-app-ms-core-localhost.yml index fd4d24d..a323bed 100644 --- a/dev-auto-app-ms-core-localhost.yml +++ b/dev-auto-app-ms-core-localhost.yml @@ -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 diff --git a/dev-auto-app-ms-core-production.yml b/dev-auto-app-ms-core-production.yml index 643b456..aac068b 100644 --- a/dev-auto-app-ms-core-production.yml +++ b/dev-auto-app-ms-core-production.yml @@ -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 diff --git a/dev-auto-app-ms-runtime-localhost.yml b/dev-auto-app-ms-runtime-localhost.yml index f0c2aa6..3cf9fc9 100644 --- a/dev-auto-app-ms-runtime-localhost.yml +++ b/dev-auto-app-ms-runtime-localhost.yml @@ -6,7 +6,7 @@ spring: data: redis: host: localhost - port: 6789 + port: 6379 mongodb: uri: mongodb://localhost:27017/auto_app_core logging: diff --git a/dev-auto-app-ms-runtime-production.yml b/dev-auto-app-ms-runtime-production.yml index 18e9ee2..09b4d74 100644 --- a/dev-auto-app-ms-runtime-production.yml +++ b/dev-auto-app-ms-runtime-production.yml @@ -6,7 +6,7 @@ spring: data: redis: host: localhost - port: 6789 + port: 6379 mongodb: uri: mongodb://mongodb:27017/auto_app_core logging: diff --git a/dev-auto-app-ms-utility-localhost.yml b/dev-auto-app-ms-utility-localhost.yml index 5c02ebe..8cdb328 100644 --- a/dev-auto-app-ms-utility-localhost.yml +++ b/dev-auto-app-ms-utility-localhost.yml @@ -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: diff --git a/dev-auto-app-ms-utility-production.yml b/dev-auto-app-ms-utility-production.yml index 4554467..ae407cb 100644 --- a/dev-auto-app-ms-utility-production.yml +++ b/dev-auto-app-ms-utility-production.yml @@ -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: