Skip to content

Commit

Permalink
va--
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 26, 2024
1 parent 802070b commit b90bac1
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-test-database.xlhmbgp5rdq6vn.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 b90bac1

Please sign in to comment.