Skip to content

Commit

Permalink
chore(workflows): Remove restore key
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Nov 14, 2023
1 parent b5b60ef commit 6fadf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .run/IrsApplication.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="IrsApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="local" />
<envs>
<env name="SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK-SET-URI" value="https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs" />
<env name="SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK-SET-URI" value="http://localhost/pathToJwkSet" />
</envs>
<module name="irs-api" />
<option name="SPRING_BOOT_MAIN_CLASS" value="org.eclipse.tractusx.irs.IrsApplication" />
Expand Down

0 comments on commit 6fadf19

Please sign in to comment.