Skip to content

Commit

Permalink
[#36] feat : cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
zzangoobrother committed Jul 9, 2023
1 parent ab451f4 commit 3e04e39
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,33 @@ spring:
datasource:
hikari:
master:
jdbc-url:
username: username
password: password
jdbc-url: jdbc:mysql://118.67.135.217:32770/goodchoice
username: root
password: 1234
driver-class-name: com.mysql.cj.jdbc.Driver
slave:
jdbc-url:
username: username
password: password
jdbc-url: jdbc:mysql://118.67.135.217:32769/goodchoice
username: root
password: 1234
driver-class-name: com.mysql.cj.jdbc.Driver
maximum-pool-size: 200

# cloud:
# vault:
# uri: http://118.67.143.140:8200
# token: hvs.ZyluZgoggkKqlqagbMj8T8OD
# connection-timeout: 5000
# read-timeout: 15000


redis:
host: 118.67.135.217
port: 6379

jpa:
hibernate:
ddl-auto: none

#app:
# auth:
# key: auth_key

0 comments on commit 3e04e39

Please sign in to comment.