From ec86d2cc55cd5148670fe7b399f8a04014dbb295 Mon Sep 17 00:00:00 2001 From: Your Name Comes Here Date: Wed, 6 Feb 2019 22:16:38 +0800 Subject: [PATCH 1/3] 11122 --- licensingservice/licensingservice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licensingservice/licensingservice.yml b/licensingservice/licensingservice.yml index 80edef74..dc1f6359 100644 --- a/licensingservice/licensingservice.yml +++ b/licensingservice/licensingservice.yml @@ -3,7 +3,7 @@ spring.jpa.database: "POSTGRESQL" spring.datasource.platform: "postgres" spring.jpa.show-sql: "true" spring.database.driverClassName: "org.postgresql.Driver" -spring.datasource.url: "jdbc:postgresql://database:5432/eagle_eye_local" +spring.datasource.url: "jdbc:postgresql://database123:5432/eagle_eye_local" spring.datasource.username: "postgres" spring.datasource.password: "{cipher}4788dfe1ccbe6485934aec2ffeddb06163ea3d616df5fd75be96aadd4df1da91" spring.datasource.testWhileIdle: "true" From 6210a9c3c1dabb6388af7c2b635dbdf02060c06d Mon Sep 17 00:00:00 2001 From: Your Name Comes Here Date: Wed, 6 Feb 2019 23:08:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9postgres=E7=9A=84url?= =?UTF-8?q?=E5=92=8Credis.server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authenticationservice/authenticationservice-aws-dev.yml | 2 +- licensingservice/licensingservice-aws-dev.yml | 4 ++-- licensingservice/licensingservice.yml | 2 +- organizationservice/organizationservice-aws-dev.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/authenticationservice/authenticationservice-aws-dev.yml b/authenticationservice/authenticationservice-aws-dev.yml index 351378d8..5db35e5e 100644 --- a/authenticationservice/authenticationservice-aws-dev.yml +++ b/authenticationservice/authenticationservice-aws-dev.yml @@ -1,7 +1,7 @@ spring.datasource.platform: "postgres" spring.jpa.show-sql: "true" spring.database.driverClassName: "org.postgresql.Driver" -spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.c5q3imcw6rqh.ap-south-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" +spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.clxp7ofj7c83.ap-northeast-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" spring.datasource.username: "postgres_aws_dev" spring.datasource.password: "{cipher}db4e4e53bbaeba4b10cf4fdc913871d0560d3c8acef2fa3579b1609a83647eb46e337452b6e5dec1ede6ae820df67c3a" spring.datasource.testWhileIdle: "true" diff --git a/licensingservice/licensingservice-aws-dev.yml b/licensingservice/licensingservice-aws-dev.yml index d8ea4593..563c313d 100644 --- a/licensingservice/licensingservice-aws-dev.yml +++ b/licensingservice/licensingservice-aws-dev.yml @@ -2,12 +2,12 @@ spring.jpa.database: "POSTGRESQL" spring.datasource.platform: "postgres" spring.jpa.show-sql: "true" spring.database.driverClassName: "org.postgresql.Driver" -spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.c5q3imcw6rqh.ap-south-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" +spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.clxp7ofj7c83.ap-northeast-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" spring.datasource.username: "postgres_aws_dev" spring.datasource.password: "{cipher}db4e4e53bbaeba4b10cf4fdc913871d0560d3c8acef2fa3579b1609a83647eb46e337452b6e5dec1ede6ae820df67c3a" spring.datasource.testWhileIdle: "true" spring.datasource.validationQuery: "SELECT 1" spring.jpa.properties.hibernate.dialect: "org.hibernate.dialect.PostgreSQLDialect" -redis.server: "spmia-tmx-redis-dev.lxxnq4.0001.usw1.cache.amazonaws.com" +redis.server: "spmia-tmx-redis-dev.djrzxu.0001.apne1.cache.amazonaws.com" redis.port: "6379" signing.key: "345345fsdfsf5345" diff --git a/licensingservice/licensingservice.yml b/licensingservice/licensingservice.yml index dc1f6359..80edef74 100644 --- a/licensingservice/licensingservice.yml +++ b/licensingservice/licensingservice.yml @@ -3,7 +3,7 @@ spring.jpa.database: "POSTGRESQL" spring.datasource.platform: "postgres" spring.jpa.show-sql: "true" spring.database.driverClassName: "org.postgresql.Driver" -spring.datasource.url: "jdbc:postgresql://database123:5432/eagle_eye_local" +spring.datasource.url: "jdbc:postgresql://database:5432/eagle_eye_local" spring.datasource.username: "postgres" spring.datasource.password: "{cipher}4788dfe1ccbe6485934aec2ffeddb06163ea3d616df5fd75be96aadd4df1da91" spring.datasource.testWhileIdle: "true" diff --git a/organizationservice/organizationservice-aws-dev.yml b/organizationservice/organizationservice-aws-dev.yml index bd74e9f8..5be43d4e 100644 --- a/organizationservice/organizationservice-aws-dev.yml +++ b/organizationservice/organizationservice-aws-dev.yml @@ -1,7 +1,7 @@ spring.jpa.database: "POSTGRESQL" spring.datasource.platform: "postgres" spring.jpa.show-sql: "true" -spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.c5q3imcw6rqh.ap-south-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" +spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.clxp7ofj7c83.ap-northeast-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" spring.datasource.username: "postgres_aws_dev" spring.datasource.password: "{cipher}db4e4e53bbaeba4b10cf4fdc913871d0560d3c8acef2fa3579b1609a83647eb46e337452b6e5dec1ede6ae820df67c3a" spring.datasource.testWhileIdle: "true" From 1746cf0fa7d58572a04cf0d4306eaaa3125c5929 Mon Sep 17 00:00:00 2001 From: Your Name Comes Here Date: Sat, 9 Feb 2019 11:52:24 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E8=BF=9B=E8=A1=8C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authenticationservice/authenticationservice-aws-dev.yml | 2 +- licensingservice/licensingservice-aws-dev.yml | 2 +- organizationservice/organizationservice-aws-dev.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/authenticationservice/authenticationservice-aws-dev.yml b/authenticationservice/authenticationservice-aws-dev.yml index 5db35e5e..345a127e 100644 --- a/authenticationservice/authenticationservice-aws-dev.yml +++ b/authenticationservice/authenticationservice-aws-dev.yml @@ -3,7 +3,7 @@ spring.jpa.show-sql: "true" spring.database.driverClassName: "org.postgresql.Driver" spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.clxp7ofj7c83.ap-northeast-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" spring.datasource.username: "postgres_aws_dev" -spring.datasource.password: "{cipher}db4e4e53bbaeba4b10cf4fdc913871d0560d3c8acef2fa3579b1609a83647eb46e337452b6e5dec1ede6ae820df67c3a" +spring.datasource.password: "postgres_aws_dev" spring.datasource.testWhileIdle: "true" spring.datasource.validationQuery: "SELECT 1" spring.jpa.properties.hibernate.dialect: "org.hibernate.dialect.PostgreSQLDialect" diff --git a/licensingservice/licensingservice-aws-dev.yml b/licensingservice/licensingservice-aws-dev.yml index 563c313d..c6120106 100644 --- a/licensingservice/licensingservice-aws-dev.yml +++ b/licensingservice/licensingservice-aws-dev.yml @@ -4,7 +4,7 @@ spring.jpa.show-sql: "true" spring.database.driverClassName: "org.postgresql.Driver" spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.clxp7ofj7c83.ap-northeast-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" spring.datasource.username: "postgres_aws_dev" -spring.datasource.password: "{cipher}db4e4e53bbaeba4b10cf4fdc913871d0560d3c8acef2fa3579b1609a83647eb46e337452b6e5dec1ede6ae820df67c3a" +spring.datasource.password: "postgres_aws_dev" spring.datasource.testWhileIdle: "true" spring.datasource.validationQuery: "SELECT 1" spring.jpa.properties.hibernate.dialect: "org.hibernate.dialect.PostgreSQLDialect" diff --git a/organizationservice/organizationservice-aws-dev.yml b/organizationservice/organizationservice-aws-dev.yml index 5be43d4e..93bf6bfa 100644 --- a/organizationservice/organizationservice-aws-dev.yml +++ b/organizationservice/organizationservice-aws-dev.yml @@ -3,7 +3,7 @@ spring.datasource.platform: "postgres" spring.jpa.show-sql: "true" spring.datasource.url: "jdbc:postgresql://eagle-eye-aws-dev.clxp7ofj7c83.ap-northeast-1.rds.amazonaws.com:5432/eagle_eye_aws_dev" spring.datasource.username: "postgres_aws_dev" -spring.datasource.password: "{cipher}db4e4e53bbaeba4b10cf4fdc913871d0560d3c8acef2fa3579b1609a83647eb46e337452b6e5dec1ede6ae820df67c3a" +spring.datasource.password: "postgres_aws_dev" spring.datasource.testWhileIdle: "true" spring.datasource.validationQuery: "SELECT 1" spring.jpa.properties.hibernate.dialect: "org.hibernate.dialect.PostgreSQLDialect"