Skip to content

Commit e1813f2

Browse files
authored
Update application.yml
1 parent 417340d commit e1813f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TicketSystem/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spring:
33
jwtSecret: s3cr37
44
jwtExpirationMs: 36000000
55
datasource:
6-
url: jdbc:postgresql://localhost:5432/ticketsystem
6+
url: URL
77
username: postgres
88
password:
99
driver-class-name: org.postgresql.Driver

0 commit comments

Comments
 (0)