diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 618861c..cc45d08 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -10,4 +10,4 @@ spring.datasource.password=coder spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver jwt.secret=wM7Pz4BxvZ5NcLaBpgJm0eRQ5ztc3W5+OPH0E7g3gcQ= -jwt.token-expiration-ms==900000 \ No newline at end of file +jwt.token-expiration-ms=900000 \ No newline at end of file