Skip to content

Commit a3f23dc

Browse files
committed
Fixed application.properties
1 parent fd61879 commit a3f23dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/resources/application.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ spring.datasource.username=sa
55
spring.datasource.password=
66
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
77
spring.h2.console.enabled=true
8-
spring.security.user.name=UserTest
9-
spring.security.user.password=test
108
# JWT Configuration
119
jwt.secret=yourSecretKeyHereMakeItAtLeast32CharactersLong
1210
jwt.expiration=86400000

0 commit comments

Comments
 (0)