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

Commit

Permalink
환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 25, 2024
1 parent 14e516c commit c504990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Controller {

@GetMapping("/")
public String root() {
return "Hello World!";
return "Hello World!!2";
// a
}
}
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 c504990

Please sign in to comment.