Skip to content

Commit

Permalink
v5
Browse files Browse the repository at this point in the history
  • Loading branch information
tzs919 committed Apr 18, 2021
1 parent 35d24b5 commit b4e42c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
13 changes: 0 additions & 13 deletions licensingservice/licensingservice-dev.yml

This file was deleted.

14 changes: 7 additions & 7 deletions licensingservice/licensingservice-prod.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
example.property: "I AM A PROD PROPERTY OVERRIDE"
spring.jpa.database: "POSTGRESQL"
spring.datasource.platform: "postgres"
spring.jpa.database: "MYSQL"
spring.datasource.platform: "mysql"
spring.jpa.show-sql: "true"
spring.database.driverClassName: "org.postgresql.Driver"
spring.datasource.url: "jdbc:postgresql://database:5432/eagle_eye_prod"
spring.datasource.username: "postgres_prod"
spring.datasource.password: "{cipher}217b23d6209b10bd82c49a9df6490670052a9cd9d4403dcc1288db21c35c48ac"
spring.database.driverClassName: "com.mysql.jdbc.Driver"
spring.datasource.url: "jdbc:mysql://database:3306/exampledb"
spring.datasource.username: "root"
spring.datasource.password: "{cipher}ce6b93098c53aa8e403c4d9dd0d335739cf7e82c7b50a735e4c22fd1cc5a4dbc"
spring.datasource.testWhileIdle: "true"
spring.datasource.validationQuery: "SELECT 1"
spring.jpa.properties.hibernate.dialect: "org.hibernate.dialect.PostgreSQLDialect"
spring.jpa.properties.hibernate.dialect: "org.hibernate.dialect.MySQL5Dialect"
redis.server: "redis"
redis.port: "6379"
signing.key: "345345fsdfsf5345"

0 comments on commit b4e42c3

Please sign in to comment.