diff --git a/authenticationservice/authenticationservice-aws-dev.yml b/authenticationservice/authenticationservice-aws-dev.yml index 351378d8..345a127e 100644 --- a/authenticationservice/authenticationservice-aws-dev.yml +++ b/authenticationservice/authenticationservice-aws-dev.yml @@ -1,9 +1,9 @@ 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.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 d8ea4593..c6120106 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.password: "postgres_aws_dev" 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/organizationservice/organizationservice-aws-dev.yml b/organizationservice/organizationservice-aws-dev.yml index bd74e9f8..93bf6bfa 100644 --- a/organizationservice/organizationservice-aws-dev.yml +++ b/organizationservice/organizationservice-aws-dev.yml @@ -1,9 +1,9 @@ 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.password: "postgres_aws_dev" spring.datasource.testWhileIdle: "true" spring.datasource.validationQuery: "SELECT 1" spring.jpa.properties.hibernate.dialect: "org.hibernate.dialect.PostgreSQLDialect"