Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
update az-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LimiteDiTempo committed Aug 26, 2024
1 parent 9b29951 commit 975129e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ spring:
refreshExpiration: 604800000 # 7일
name: chapter2
datasource:
url: jdbc:mysql://${DATABASE_URL}/chapter2
username: ${DATABASE_USER}
password: ${DATABASE_PASSWORD}
url: jdbc:mysql://${{ DATABASE_URL }}/chapter2
username: ${{ DATABASE_USER }}
password: ${{ DATABASE_PASSWORD }}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
properties:
Expand Down

0 comments on commit 975129e

Please sign in to comment.