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

Commit

Permalink
edit yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 26, 2024
1 parent b3f7742 commit 917842a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crescendo-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring:
datasource:
url: jdbc:postgresql://c-crescendo-database.niozuvgjoztwa6.postgres.cosmos.azure.com:5432/citus
url: ${DB_URL}
username: citus
password: apple080915!
password: ${DB_PW}
driver-class-name: org.postgresql.Driver

jpa:
Expand Down

0 comments on commit 917842a

Please sign in to comment.