Skip to content

Commit c164525

Browse files
committed
Fix typo in core configuration
1 parent 812f199 commit c164525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ feast:
8080
enabled: false
8181
provider: jwt
8282
options:
83-
jwkEndpointURI: "https://www.googleapis.com/oauth2/v3/certs";
83+
jwkEndpointURI: "https://www.googleapis.com/oauth2/v3/certs"
8484

8585
authorization:
8686
enabled: false

0 commit comments

Comments
 (0)