Skip to content

Commit

Permalink
Merge pull request #396 from UPbrella/dev
Browse files Browse the repository at this point in the history
v1.1.5 release
  • Loading branch information
birdieHyun authored Dec 14, 2023
2 parents 2beb90f + aca0a8a commit a170d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ spring:
config:
import: "classpath:application.properties"
datasource:
url: ${DATABASE_URL}
username: ${DATABASE_USERNAME}
password: ${DATABASE_PASSWORD}
url: ${PROD_DATABASE_URL}
username: ${PROD_DATABASE_USERNAME}
password: ${PROD_DATABASE_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
properties:
Expand Down

0 comments on commit a170d9b

Please sign in to comment.