feat(frontend): Get project running again after move to Mac Mini
This commit is contained in:
@@ -36,7 +36,7 @@ class SecurityConfig {
|
||||
|
||||
@Bean
|
||||
fun jwtDecoder(): JwtDecoder {
|
||||
return NimbusJwtDecoder.withJwkSetUri("http://192.168.178.105:3001/api/auth/jwks")
|
||||
return NimbusJwtDecoder.withJwkSetUri("http://192.168.178.114:3001/api/auth/jwks")
|
||||
.jwsAlgorithm(SignatureAlgorithm.ES512).build()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user