Helius
2020-10-13 988417e08f5d6cee241659ad7e5da097ba00fe23
modify
2 files modified
4 ■■■■ changed files
src/main/resources/application-prod.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-prodapp.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-prod.yml
@@ -7,7 +7,7 @@
  profiles:
    active: prod
  datasource:
    url: jdbc:mysql://180.215.221.145:3306/db_pilot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
    url: jdbc:mysql://localhost:3306/db_pilot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
    username: pilot
    password: pilot123!@#
    driver-class-name: com.mysql.jdbc.Driver
src/main/resources/application-prodapp.yml
@@ -7,7 +7,7 @@
  profiles:
    active: prodapp
  datasource:
    url: jdbc:mysql://180.215.221.145:3306/db_pilot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
    url: jdbc:mysql://localhost:3306/db_pilot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
    username: pilot
    password: pilot123!@#
    driver-class-name: com.mysql.jdbc.Driver