diff --git a/deployment/config-files/opencdmp/annotation/config/cors-test.yml b/deployment/config-files/opencdmp/annotation/config/cors-test.yml index 8e4483ef5..eccf3e1f5 100644 --- a/deployment/config-files/opencdmp/annotation/config/cors-test.yml +++ b/deployment/config-files/opencdmp/annotation/config/cors-test.yml @@ -1,3 +1,3 @@ web: cors: - allowed-origins: [ http://host.docker.internal:8081 ] + allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ] diff --git a/deployment/config-files/opencdmp/backend/config/cors-test.yml b/deployment/config-files/opencdmp/backend/config/cors-test.yml index 8e4483ef5..824a44f3c 100644 --- a/deployment/config-files/opencdmp/backend/config/cors-test.yml +++ b/deployment/config-files/opencdmp/backend/config/cors-test.yml @@ -1,3 +1,3 @@ web: cors: - allowed-origins: [ http://host.docker.internal:8081 ] + allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ] diff --git a/deployment/config-files/opencdmp/notification/config/cors-test.yml b/deployment/config-files/opencdmp/notification/config/cors-test.yml index 8e4483ef5..824a44f3c 100644 --- a/deployment/config-files/opencdmp/notification/config/cors-test.yml +++ b/deployment/config-files/opencdmp/notification/config/cors-test.yml @@ -1,3 +1,3 @@ web: cors: - allowed-origins: [ http://host.docker.internal:8081 ] + allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ]