Skip to content

Commit

Permalink
Change password
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaMG authored Mar 19, 2018
1 parent 34e8adb commit 15863d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#spring.h2.console.enabled=true
spring.datasource.url=jdbc:mysql://127.0.0.1/fiturjc
spring.datasource.username=root
spring.datasource.password=1234
spring.datasource.password=root
spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create-drop

Expand All @@ -14,4 +14,4 @@ spring.social.facebook.appSecret=4052b4043316db5215a03fe795329c30
server.port = 8443
server.ssl.key-store = classpath:keystore.jks
server.ssl.key-store-password = password
server.ssl.key-password = secret
server.ssl.key-password = secret

0 comments on commit 15863d0

Please sign in to comment.