Skip to content

Commit

Permalink
0 | default allowedOrigins to include avni-media
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Nov 14, 2023
1 parent f971637 commit d32510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/main-application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ avni.keycloak.realm=On-premise

avni.idp.type=${AVNI_IDP_TYPE:cognito}

avni.security.allowedOrigins=${AVNI_SECURITY_ALLOWED_ORIGINS:http://localhost:6010}
avni.security.allowedOrigins=${AVNI_SECURITY_ALLOWED_ORIGINS:http://localhost:6010,http://localhost:3000}

spring.security.user.name=admin
spring.security.user.password=secret
Expand Down

0 comments on commit d32510e

Please sign in to comment.