Skip to content

Commit ceaea5b

Browse files
1 parent c0a2927 commit ceaea5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.session.store-type=HAZELCAST
22

3-
spring.datasource.url=jdbc:postgres://ec2-54-172-169-87.compute-1.amazonaws.com/d5nbp770pbg2g9?password=273a15605d2238d3d12dce9989f30b29b4a868802bf8b7144a780e927ab992a7&sslmode=require&user=cxuhrnrwtxlzlh
3+
spring.datasource.url=jdbc:postgresql://ec2-54-172-169-87.compute-1.amazonaws.com/d5nbp770pbg2g9?password=273a15605d2238d3d12dce9989f30b29b4a868802bf8b7144a780e927ab992a7&sslmode=require&user=cxuhrnrwtxlzlh
44
spring.datasource.username=${JDBC_DATABASE_USERNAME}
55
spring.datasource.password=${JDBC_DATABASE_PASSWORD}
66
spring.datasource.driverClassName=org.postgresql.Driver

0 commit comments

Comments
 (0)