Skip to content

Commit 2556685

Browse files
authored
Update application.properties
1 parent 721a7f3 commit 2556685

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-backend/src/main/resources/application.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cloudinary.api-key=129216924887731
2-
cloudinary.api-secret=kzImAroivRAKixaSgU__grkj0AA
3-
cloudinary.cloud-name=dv6ktrxwv
1+
cloudinary.api-key=******
2+
cloudinary.api-secret=*****
3+
cloudinary.cloud-name=******
44
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
55
spring.datasource.password=1
66
spring.datasource.url=jdbc:mysql://localhost:3306/hobbie_backend_db?allowPublicKeyRetrieval=true&useSSL=false&createDatabaseIfNotExist=true&useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Europe/Paris
@@ -29,4 +29,4 @@ springdoc.swagger-ui.display-request-duration=true
2929
springdoc.swagger-ui.groups-order=DESC
3030
springdoc.swagger-ui.operationsSorter=method
3131
springdoc.swagger-ui.disable-swagger-default-url=true
32-
jwt.secret=secretly123
32+
jwt.secret=secretly123

0 commit comments

Comments
 (0)