Skip to content

Commit aa634c8

Browse files
authored
Update application.yml to use prod as default
Switching to use the production URL as default for the issuer URI.
1 parent a52e6c7 commit aa634c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spring:
5959
scope: openvsx_publisher_agreement, profile
6060
provider:
6161
eclipse:
62-
issuer-uri: https://auth-staging.eclipse.org/auth/realms/community-staging
62+
issuer-uri: https://auth.eclipse.org/auth/realms/community
6363
user-name-attribute: preferred_username
6464
management:
6565
server:

0 commit comments

Comments
 (0)