Skip to content

Commit

Permalink
Update application-prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcev authored Sep 2, 2024
1 parent e1dfd63 commit dd846be
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
enabled: true

datasource:
url: jdbc:mysql://35.197.7.73:3306/ludo
username: ludo-backend
password: ludodb777!
url: ${DB_URL:jdbc:mysql://35.197.7.73:3306/ludo}
username: ${DB_USERNAME:ludo-backend}
password: ${DB_PASSWORD:ludodb777!}
driver-class-name: com.mysql.cj.jdbc.Driver

data:
Expand Down

0 comments on commit dd846be

Please sign in to comment.